Skip to content

Commit

Permalink
fix: disable faulty windows test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Mar 30, 2023
1 parent 914d6f1 commit 6827a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
matrix.os != 'ubuntu-20.04'
&& matrix.arch == 'x64'
&& matrix.os != 'macOS-11'
&& matrix.os != 'windows-2019'
run: npm run test

- name: Test (Ubuntu)
Expand Down

0 comments on commit 6827a35

Please sign in to comment.