Skip to content

Commit

Permalink
Setup X server to host chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ti8m-naegeli authored Apr 17, 2024
1 parent 22ec947 commit a157f1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
npm test

0 comments on commit a157f1f

Please sign in to comment.