Skip to content

Commit

Permalink
Tweak names more
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 12, 2024
1 parent 4ee41a0 commit a3a2220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
smoke-tests:
name: Test on ${{ matrix.runner }} with node@${{ matrix.node }}
name: "OS: ${{ matrix.runner }}, node@${{ matrix.node }}"
strategy:
matrix:
runner: [ubuntu-latest, macos-latest, windows-latest]
runner: [ubuntu, macos, windows]
node: [20.x, 22.x, 23.x]
fail-fast: false
runs-on: ${{ matrix.runner }}
runs-on: ${{ matrix.runner }}-latest
timeout-minutes: 15
env:
npm_config_loglevel: verbose
Expand Down

0 comments on commit a3a2220

Please sign in to comment.