Skip to content

Commit a11497c

Browse files
committed
ci: fix test command
1 parent 81e9054 commit a11497c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: pnpm i --frozen-lockfile
4343

4444
- run: >-
45-
pnpm tsx ecosystem-ci.ts
45+
pnpm run test
4646
--release ${{ inputs.version || github.event.client_payload.version }}
4747
${{ matrix.suite }}
4848
id: ecosystem-ci-run

0 commit comments

Comments
 (0)