Skip to content

Commit 3891336

Browse files
Run only smoke tests in Playwright CI workflow
1 parent 695e1ee commit 3891336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npx playwright install --with-deps
2828
- name: Run Playwright tests
2929
working-directory: ${{ env.PLAYWRIGHT_DIR }}
30-
run: npx playwright test
30+
run: npx playwright test --project=smoke
3131
- uses: actions/upload-artifact@v4
3232
if: ${{ !cancelled() }}
3333
with:

0 commit comments

Comments
 (0)