Skip to content

Commit

Permalink
Dont run test on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 3, 2023
1 parent 4ad103e commit c424903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: xvfb-run --auto-servernum npm test

- name: Run Unit Tests
if: matrix.os != 'windows-2022' && matrix.os != 'ubuntu-20.04'
- name: Run Unit Tests - Windows
if: matrix.os == 'windows-2022'
run: npm test

0 comments on commit c424903

Please sign in to comment.