You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/final-build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
run: bun ./packages/docker-git-session-sync/dist/docker-git-session-sync.js --help
33
33
- name: Verify browser UI and menu clone smoke checks
34
34
run: |
35
-
bun run --cwd packages/app build:web
35
+
bun run --cwd packages/app build:web:strict
36
36
bun scripts/final-build/browser-web-smoke.mjs
37
37
bun run --cwd packages/app vitest run tests/docker-git/browser-frontend.test.ts tests/docker-git/app-ready-create.test.ts tests/docker-git/actions-project-create.test.ts
0 commit comments