Skip to content

Commit

Permalink
Test on Linux platform only (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Nov 1, 2023
1 parent 3af0faf commit e6f82e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
tests:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
# matrix:
# os: [ windows-latest, ubuntu-latest, macos-latest ]
# runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit e6f82e7

Please sign in to comment.