We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e783aac commit 24bcfdcCopy full SHA for 24bcfdc
.github/workflows/ci-tests.yml
@@ -322,7 +322,7 @@ jobs:
322
cd frontend
323
export API_BASE=http://localhost:10010
324
export APP_BASE=http://localhost:3000
325
- npx playwright test tests/e2e/ --reporter=github --reporter=list --reporter=html
+ npx playwright test tests/e2e/ --reporter=github --reporter=list --reporter=html --retries=2
326
327
- name: Upload Playwright report
328
uses: actions/upload-artifact@v4
0 commit comments