Skip to content

Commit

Permalink
Fix matrix input name (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Sep 23, 2023
1 parent 786c2ce commit f97b6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
run: make check-clippy

test:
name: Smoke test (${{ matrix.os }}, ${{ matrix.node }})
name: Smoke test (${{ matrix.os }}, ${{ matrix.node-version }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
rust: [stable]
node: [ '16', '18', '20' ]
node-version: [ '16', '18', '20' ]
steps:
- uses: actions/checkout@v4
- name: Cancel Workflow Action
Expand Down

0 comments on commit f97b6b0

Please sign in to comment.