Skip to content

Commit

Permalink
Trying xvfb-run (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent b3ce3ef commit 136746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '20.x'
- run: npm ci
- name: Run tests
run: npm run test:e2e
run: xvfb-run run test:e2e
# # XVFB is used to provide virtual display:
# # https://github.com/coactions/setup-xvfb
# uses: coactions/setup-xvfb@v1
Expand Down

0 comments on commit 136746b

Please sign in to comment.