Skip to content

Commit

Permalink
Fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 6, 2023
1 parent 3167176 commit 51fd412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
run: npm ci

- name: Run Unit Tests
run: npm run test-ci
if: matrix.os == 'ubuntu-20.04'
uses: coactions/setup-xvfb@v1
with:
run: npm run test-ci

0 comments on commit 51fd412

Please sign in to comment.