Skip to content

Commit a05b0c6

Browse files
authored
Fixing invalid test commands
1 parent 0f1f4a2 commit a05b0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: npm test
2121
run: |
2222
npm ci
23-
npm test-types --if-present
24-
npm test-model --if-present
23+
npm run test-types --if-present
24+
npm run test-model --if-present
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)