We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff15aad commit 8cce3f5Copy full SHA for 8cce3f5
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: bun run build:all:prod
49
50
- name: Run tests
51
- run: bun test test/pty-echo.test.ts test/web-server.test.ts
+ run: bun test test/pty-echo.test.ts && bun test test/web-server.test.ts
52
53
dependency-review:
54
runs-on: ubuntu-24.04
0 commit comments