Skip to content

Commit

Permalink
[dev] remove windows test because it can't find any test files anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed May 7, 2024
1 parent ff61939 commit 31c6c3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
Expand All @@ -23,5 +23,4 @@ jobs:
- name: run test
run: |
npm ci
npx playwright install --with-deps
npm run test:all

0 comments on commit 31c6c3b

Please sign in to comment.