Skip to content

Commit b8bf8a5

Browse files
authored
test: only run JS tests in test job (#154)
1 parent ed73d70 commit b8bf8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: ${{ matrix.node }}
4343
- run: npm install
44-
- run: npm test
44+
- run: npm run test-js
4545

4646
types:
4747
timeout-minutes: 2

0 commit comments

Comments
 (0)