Skip to content

Commit 00fcbb7

Browse files
authored
ci: run smoke test script directly
1 parent 6913937 commit 00fcbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ jobs:
269269
- uses: actions/checkout@v4
270270

271271
- name: Smoke Test
272-
run: npm run test.smoke
272+
run: bash ./script/smoke-test.bash

0 commit comments

Comments
 (0)