Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 3, 2023
1 parent 758d65c commit ac92e0a
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 @@ -45,8 +45,8 @@ jobs:

- name: Run Unit Tests - Linux
if: matrix.os == 'ubuntu-20.04'
run: xvfb-run --auto-servernum npm run test-ci
run: xvfb-run --auto-servernum npm test

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

0 comments on commit ac92e0a

Please sign in to comment.