Skip to content

Commit df372fd

Browse files
committed
fix(ci): correct command syntax for test execution
1 parent 0c86f4a commit df372fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run test
4646
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
47+
run: bun test --concurrent websocket.test.ts web-server.test.ts# types.test.ts spawn-repeat.test.ts pty-tools.test.ts
4848

4949
- name: Type check
5050
if: matrix.quality == 'typecheck'

0 commit comments

Comments
 (0)