Skip to content

Commit

Permalink
test: only run JS tests in test job (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Mar 27, 2024
1 parent ed73d70 commit b8bf8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run test-js

types:
timeout-minutes: 2
Expand Down

0 comments on commit b8bf8a5

Please sign in to comment.