Skip to content

Commit

Permalink
xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Jul 7, 2023
1 parent 7256c65 commit c78acd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm run test -- --browsers ${{ matrix.browser }}
- run: xvfb-run --auto-servernum npm run test -- --browsers ${{ matrix.browser }}

test_integration:
runs-on: ubuntu-latest
Expand All @@ -80,4 +80,5 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm run test:integration:${{ matrix.browser }}
- run: npx browser-driver-manager install chromedriver --verbose
- run: xvfb-run --auto-servernum npm run test:integration:${{ matrix.browser }}

0 comments on commit c78acd6

Please sign in to comment.