Skip to content

Commit

Permalink
make CI actually install NPM deps
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed May 16, 2021
1 parent 4fb6f8d commit 5ff8656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: meteor npm ci
- run: meteor npm run lint
- run: cd testApp && meteor npm ci
- run: cd testApp && meteor npm run test

0 comments on commit 5ff8656

Please sign in to comment.