We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3698ca commit ba3b1d9Copy full SHA for ba3b1d9
2 files changed
.github/workflows/e2e.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install Playwright system dependencies
27
run: DEBIAN_FRONTEND=noninteractive npx playwright install-deps chromium
28
working-directory: app/packages/web
29
+ timeout-minutes: 5
30
31
- run: npm run app:test:e2e
32
.github/workflows/integration.yml
- run: npm run app:test:integration
0 commit comments