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 e343041 commit 893af9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
if: steps.meteor-cache.outputs.cache-hit != 'true'
run: |
npx meteor@${{ env.METEOR_VERSION }}
- name: Export Path
run: |
export PATH=/home/runner/.meteor:$PATH
- name: Run Tests
Expand Down

0 comments on commit 893af9b

Please sign in to comment.