Skip to content

Commit

Permalink
ci: run action on all latest platforms (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jan 12, 2024
1 parent 8d8db9f commit e405713
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ jobs:
- run: npm run test -- --ci

test-action:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runs-on }}

strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e405713

Please sign in to comment.