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 f6ea661 commit 1ae581e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- if: runner.os == 'MacOS'
run: |
npm i gulp gulp-cli -g
gulp
npm run test
- if: runner.os == 'Linux'
run: xvfb-run --auto-servernum --server-args='-screen 0 1024x768x24' npm run test
Expand Down

0 comments on commit 1ae581e

Please sign in to comment.