Skip to content

Commit

Permalink
ci: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
action-hong authored Nov 13, 2023
1 parent 60088db commit a663988
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Build
run: npm run compile

- run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo "Started xvfb"
shell: bash

- name: Test
run: npm run test
env:
Expand Down

0 comments on commit a663988

Please sign in to comment.