diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 634f7df..4da5e33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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