Skip to content

Commit

Permalink
use xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 2, 2024
1 parent 688b918 commit b706499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
run: pnpm build ${{ matrix.target }} --channel=nightly

- name: Install Playwright Browsers
run: pnpm exec playwright install project=${{ matrix.project }} --with-deps
run: pnpm exec playwright install --project=${{ matrix.project }} --with-deps

- name: Run Playwright tests
run: pnpm test:e2e --project=${{ matrix.project }}
run: xvfb-run pnpm test:e2e --project=${{ matrix.project }}

Check warning on line 71 in .github/workflows/tests-e2e.yml

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (xvfb)

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit b706499

Please sign in to comment.