Skip to content

Commit 15c61aa

Browse files
committed
chore: xvfb
1 parent 32c220c commit 15c61aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
FIREBASE_STORAGE_BUCKET: your-project-id.appspot.com
6969

7070
- name: Run Synpress E2E tests
71-
run: yarn next:test-synpress
71+
run: |
72+
cd packages/nextjs
73+
xvfb-run -a yarn test-synpress
7274
env:
7375
PLAYWRIGHT_TEST_BASE_URL: http://localhost:3000
7476
CI: true

0 commit comments

Comments
 (0)