Skip to content

Commit

Permalink
Install xvfb (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent 136746b commit bd44c59
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
with:
node-version: '20.x'
- run: npm ci
- name: Run tests
- name: Install xvfb
run: |
sudo apt-get update
sudo apt-get -y install xvfb
- name: Run end-to-end tests
run: xvfb-run run test:e2e
# # XVFB is used to provide virtual display:
# # https://github.com/coactions/setup-xvfb
# uses: coactions/setup-xvfb@v1
# with:
# run: npm run test:e2e
- name: Merge reports
run: npx ctrf merge e2e/reports --output ctrf-report.json
- name: Publish Test Summary Results
Expand Down

0 comments on commit bd44c59

Please sign in to comment.