Skip to content

Commit 8b9027b

Browse files
authored
Merge pull request #26 from proxymesh/ci/publish-node24-npm-oidc
ci(integration): run TypeScript proxy integration tests
2 parents 6ac9241 + fb032ff commit 8b9027b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/proxy_integration_tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ jobs:
3838
exit 1
3939
fi
4040
41-
- name: Run integration tests
41+
- name: Run JavaScript integration tests
4242
env:
4343
PROXY_URL: ${{ secrets.PROXY_URL }}
4444
run: npm test
45+
46+
- name: Run TypeScript integration tests
47+
env:
48+
PROXY_URL: ${{ secrets.PROXY_URL }}
49+
run: npm run test:ts

0 commit comments

Comments
 (0)