We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8219f36 commit 4f77f93Copy full SHA for 4f77f93
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: bun install --frozen-lockfile
39
- run: bun playwright install chromium
40
- run: bun run build
41
- - run: bun run test:e2e --reporter=dot,html
+ - run: bun run test:e2e --reporter=dot,html --forbid-only
42
- uses: actions/upload-artifact@v4
43
if: always()
44
with:
0 commit comments