We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a42f63 commit b754c8cCopy full SHA for b754c8c
1 file changed
.github/workflows/playwright.yml
@@ -17,10 +17,8 @@ jobs:
17
run: npm ci
18
- name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- - name: Run XServer for headed browser
21
- run: xvfb-run login.spec.ts
22
- name: Run Playwright tests
23
- run: npx playwright test
+ run: xvfb-run npx playwright test
24
- uses: actions/upload-artifact@v4
25
if: ${{ !cancelled() }}
26
with:
0 commit comments