Skip to content

Commit b754c8c

Browse files
authored
Update playwright.yml
1 parent 4a42f63 commit b754c8c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
run: npm ci
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
20-
- name: Run XServer for headed browser
21-
run: xvfb-run login.spec.ts
2220
- name: Run Playwright tests
23-
run: npx playwright test
21+
run: xvfb-run npx playwright test
2422
- uses: actions/upload-artifact@v4
2523
if: ${{ !cancelled() }}
2624
with:

0 commit comments

Comments
 (0)