File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,6 @@ permissions:
1414jobs :
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
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
You can’t perform that action at this time.
0 commit comments