This commit is contained in:
2024-01-16 22:29:57 +01:00
parent 7e1a0a2159
commit c372051561
4 changed files with 116 additions and 24 deletions

View File

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