Skip to content

Commit

Permalink
Update test job, run only linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jun 12, 2024
1 parent 9e712f0 commit ef811a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,14 @@ jobs:
name: dist
path: dist
test:
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
name: Test on node ${{ matrix.node-version }}
needs:
- check_format
- check_type
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
permissions:
contents: read
steps:
Expand Down

0 comments on commit ef811a5

Please sign in to comment.