1 parent 9c04232 commit e64b7bdCopy full SHA for e64b7bd
1 file changed
.github/workflows/e2e.yml
@@ -20,6 +20,8 @@ name: e2e
20
21
on:
22
workflow_dispatch:
23
+ push:
24
+ branches: [tmp/e2e-scoped]
25
pull_request:
26
# `main` is the destination upstream; `upstream-main` is the fork's mirror of
27
# it, so the suite is exercised on the fork PR and stays correct once merged.
@@ -179,7 +181,7 @@ jobs:
179
181
# playwright.config.ts sets webServer to undefined when CI=true, so the job
180
182
# is responsible for the servers above; Playwright just drives them.
183
- name: Run Playwright
- run: npx playwright test
184
+ run: npx playwright test --retries=0
185
186
# always() (not !cancelled()) so the report still uploads when the job is
187
# cancelled by the timeout — that's exactly when you most need the traces.
0 commit comments