Skip to content

Commit 4935b8e

Browse files
committed
ci: revert to single job to test if interference is fixed
1 parent 56d4e0e commit 4935b8e

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ permissions:
1414
jobs:
1515
test:
1616
runs-on: ubuntu-24.04
17-
strategy:
18-
matrix:
19-
test_group:
20-
- { name: pty-echo, file: test/pty-echo.test.ts }
21-
- { name: pty-integration, file: test/pty-integration.test.ts }
22-
- { name: pty-tools, file: test/pty-tools.test.ts }
23-
- { name: bun-pty-mwe, file: test/bun-pty-mwe.test.ts }
24-
- { name: web-server, file: test/web-server.test.ts }
25-
- {
26-
name: others,
27-
files: 'test/integration.test.ts test/npm-pack-integration.test.ts test/npm-pack-structure.test.ts test/types.test.ts test/websocket.test.ts',
28-
}
2917
steps:
3018
- name: Checkout
3119
uses: actions/checkout@v6
@@ -60,12 +48,7 @@ jobs:
6048
run: bun run build:all:prod
6149

6250
- name: Run tests
63-
run: |
64-
if [ -n "${{ matrix.test_group.file }}" ]; then
65-
bun test ${{ matrix.test_group.file }}
66-
else
67-
bun test ${{ matrix.test_group.files }}
68-
fi
51+
run: bun test
6952

7053
dependency-review:
7154
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)