We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff000eb commit 0c86f4aCopy full SHA for 0c86f4a
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run test
46
if: matrix.quality == 'test'
47
- run: bun test --concurrent websocket.test.ts web-server.test.ts types.test.ts spawn-repeat.test.ts# pty-tools.test.ts
+ run: bun test --concurrent websocket.test.ts web-server.test.ts types.test.ts# spawn-repeat.test.ts pty-tools.test.ts
48
49
- name: Type check
50
if: matrix.quality == 'typecheck'
0 commit comments