Skip to content

Commit 7edd54d

Browse files
committed
ci: add test running to speakeasy workflow
1 parent 88f3ceb commit 7edd54d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/speakeasy_run_on_pr.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ jobs:
3030
- name: Run Speakeasy
3131
run: speakeasy run
3232

33+
- name: Setup Node.js
34+
uses: actions/setup-node@v4
35+
with:
36+
node-version: '22'
37+
cache: 'npm'
38+
39+
- name: Install dependencies
40+
run: npm install
41+
42+
- name: Run tests
43+
run: npm test
44+
3345
- name: Commit changes
3446
run: |
3547
git config --global user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)