Skip to content

Commit 73b0707

Browse files
authored
Merge pull request #124 from mihneadb/feature/run-test-ts
Run test-ts in actions.
2 parents 801f12f + a2b904e commit 73b0707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run build --if-present
31-
- run: npm test
31+
- run: npm test
32+
- run: npm run test-ts

0 commit comments

Comments
 (0)