try
Some checks failed
Some checks failed
This commit is contained in:
@ -28,7 +28,7 @@ jobs:
|
||||
- name: Install Playwright Browsers
|
||||
run: cd frontend && npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
run: cd frontend && npx playwright test
|
||||
run: cd frontend && npx playwright test --workers 1
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
|
Reference in New Issue
Block a user