We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bd4a1 commit 73c1c34Copy full SHA for 73c1c34
.github/workflows/frontend-e2e.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Run Playwright Tests
82
working-directory: packages/frontend-main
83
- run: pnpm test:e2e --headed
+ run: xvfb-run pnpm test:e2e --headed
84
85
- name: Upload playwright results
86
uses: actions/upload-artifact@v4
0 commit comments