diff --git a/.github/workflows/tmp-fix-integration-test.yml b/.github/workflows/tmp-fix-integration-test.yml index d3d239c2..06e7aae0 100644 --- a/.github/workflows/tmp-fix-integration-test.yml +++ b/.github/workflows/tmp-fix-integration-test.yml @@ -29,11 +29,11 @@ jobs: - name: Install NPM Dependencies # Creates dist/ through postinstall->build script if: steps.files-cache.outputs.cache-hit != 'true' - run: meteor npm ci + run: ~/.meteor/meteor npm ci - name: Run build script # Make sure dist/ is up-to-date when package-lock.json hasn't changed if: steps.files-cache.outputs.cache-hit == 'true' - run: meteor npm run build + run: ~/.meteor/meteor npm run build test: needs: build @@ -54,5 +54,3 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} - name: Unit Tests run: ~/.meteor/meteor npm run test - - name: Unit Tests bis - run: meteor npm run test