Skip to content

Commit

Permalink
ci: run smoke test script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Oct 26, 2024
1 parent 6913937 commit 00fcbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit 00fcbb7

Please sign in to comment.