Skip to content

Commit

Permalink
Fixing invalid test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Nov 19, 2019
1 parent 0f1f4a2 commit a05b0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: npm test
run: |
npm ci
npm test-types --if-present
npm test-model --if-present
npm run test-types --if-present
npm run test-model --if-present
env:
CI: true

0 comments on commit a05b0c6

Please sign in to comment.