Skip to content

Commit

Permalink
Restore the macOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 27, 2024
1 parent eef3fd4 commit ea2a347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Run tests
run: npm test
run:
continue-on-error: ${{matrix.platform == 'macos-latest'}}
needs: test
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
platform: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit ea2a347

Please sign in to comment.