init
Some checks are pending
Playwright Tests / test (push) Waiting to run

This commit is contained in:
LingandRX 2024-11-07 21:51:15 +08:00
parent 6820c56508
commit 69cb66db52

View File

@ -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: