Skip to content

Commit

Permalink
Remove display env var
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent c5b4284 commit 17ea58b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
- name: Run E2E tests (headless)
run: |
xvfb-run pnpm test:e2e:headless
env:
DISPLAY: :0.0
- name: Archive Playwright traces
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -114,5 +112,3 @@ jobs:
- name: Run E2E tests (headful)
run: |
xvfb-run pnpm test:e2e
env:
DISPLAY: :0.0

0 comments on commit 17ea58b

Please sign in to comment.