forked from opentiny/tiny-vue
fix(e2e): modify playwright retry times (#898)
This commit is contained in:
parent
efe14609ce
commit
f6a01396a4
|
@ -81,4 +81,4 @@ jobs:
|
|||
run: pnpm install:browser --with-deps chromium
|
||||
|
||||
- name: E2E Test
|
||||
run: pnpm test:e2e3 ${{ env.TEST_COMPONENTS }} --reporter=line --retries=0 --workers=2
|
||||
run: pnpm test:e2e3 ${{ env.TEST_COMPONENTS }} --reporter=line --retries=1 --workers=2
|
||||
|
|
Loading…
Reference in New Issue