Skip to content

Commit

Permalink
tweak xvfb options
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jan 3, 2025
1 parent 4655e2a commit 6bc10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- uses: actions/setup-node@v4
- run: npm install
- run: sudo rm /usr/bin/chromedriver # remove preinstalled github chromedriver from $PATH
- run: Xvfb :99 &
- run: Xvfb :99 -screen 0 1920x1080x32 &
- run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run jest -- --retries=3

0 comments on commit 6bc10a3

Please sign in to comment.