Skip to content

Commit

Permalink
Use ~/.meteor/meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
dd137 committed Oct 12, 2023
1 parent 9ba15a3 commit c6eef72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tmp-fix-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c6eef72

Please sign in to comment.