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
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
- name: Run tests repeat 3
|
- name: Run tests repeat 3
|
||||||
run: npx playwright test:repeat
|
run: npm run test:repeat
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user