Skip to content

Commit

Permalink
export path
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Oct 16, 2024
1 parent 38e1215 commit e343041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
if: steps.meteor-cache.outputs.cache-hit != 'true'
run: |
npx meteor@${{ env.METEOR_VERSION }}
export PATH=/home/runner/.meteor:$PATH
- name: Run Tests
run: |
TEST_CLIENT=0 ~/.meteor/meteor test-packages ./ --driver-package meteortesting:mocha --no-release-check --once
TEST_CLIENT=0 meteor test-packages ./ --driver-package meteortesting:mocha --no-release-check --once

0 comments on commit e343041

Please sign in to comment.