Skip to content

Commit

Permalink
Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Feb 5, 2024
1 parent d949990 commit db8f581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
gulp
- if: runner.os == 'Linux'
run: xvfb-run -a npm run test
run: xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' npm run test

- if: runner.os != 'Linux'
- if: runner.os == 'Windows'
run: npm run test

0 comments on commit db8f581

Please sign in to comment.