Skip to content

Commit

Permalink
just use npm, no meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed May 16, 2021
1 parent 5ff8656 commit 54f2f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +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: npm ci
- run: npm run lint
- run: cd testApp && meteor npm ci
- run: cd testApp && meteor npm run test

0 comments on commit 54f2f9d

Please sign in to comment.