Skip to content

Commit 4f77f93

Browse files
committed
chore: Forbit test.only in CI
1 parent 8219f36 commit 4f77f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: bun install --frozen-lockfile
3939
- run: bun playwright install chromium
4040
- run: bun run build
41-
- run: bun run test:e2e --reporter=dot,html
41+
- run: bun run test:e2e --reporter=dot,html --forbid-only
4242
- uses: actions/upload-artifact@v4
4343
if: always()
4444
with:

0 commit comments

Comments
 (0)