Skip to content

Commit

Permalink
xvfb-run listen tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent ae37839 commit 58f1ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Run E2E tests (headless)
run: |
xvfb-run --server-args="-screen 0 1024x768x24" pnpm run test:e2e:headless
xvfb-run --server-args="-screen 0 1024x768x24 -listen tcp -ac" pnpm run test:e2e:headless
env:
DISPLAY: :0.0

Expand Down Expand Up @@ -113,6 +113,6 @@ jobs:

- name: Run E2E tests (headful)
run: |
xvfb-run --server-args="-screen 0 1024x768x24" pnpm run test:e2e
xvfb-run --server-args="-screen 0 1024x768x24 -listen tcp -ac" pnpm run test:e2e
env:
DISPLAY: :0.0

0 comments on commit 58f1ee2

Please sign in to comment.