Skip to content

Commit 7eb198a

Browse files
committed
ci: add test running to speakeasy workflow
1 parent 8f271eb commit 7eb198a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/speakeasy_run_on_pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
working-directory: examples/nextjs-example
6262
run: npx tsc --noEmit
6363

64+
- name: Run tests
65+
run: npm test
66+
6467
- name: Commit changes
6568
run: |
6669
git config --global user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)