Skip to content

Commit 2e6b134

Browse files
committed
use xvfb
1 parent 14b305c commit 2e6b134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rpe_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: E2E Playwright tests
9191
if: ${{ matrix.os == 'ubuntu-latest' }}
92-
run: npm run compile && npx playwright test
92+
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
9393

9494
- name: Run ESLint only on ubuntu-latest
9595
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)