Skip to content

Commit

Permalink
Fix canary CI script for TypeScript consumer
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Sep 29, 2024
1 parent b9e3978 commit da9cf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
working-directory: test/consumers/typescript
run: |
npm install
./node_modules/.bin/ts-node app.ts
npx tsx app.ts
- name: Test python consumer
working-directory: test/consumers/python
run: |
Expand Down

0 comments on commit da9cf97

Please sign in to comment.