This commit is contained in:
parent
6820c56508
commit
69cb66db52
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run tests repeat 3
|
||||
run: npx playwright test:repeat
|
||||
run: npm run test:repeat
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user