Skip to content

Commit

Permalink
install Nupm to ~/nupm/
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Oct 25, 2023
1 parent 6c8e685 commit 3406325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
version: '0.86'

- name: Install Nupm from Source
run: git clone https://github.com/nushell/nupm "${{ env.NUPM }}"
run: git clone https://github.com/nushell/nupm ~/nupm/

- name: Show Nushell Version
run: |
"$HOME/${{ env.NU_BIN }}" --commands "version"
- name: Run the tests
run: |
"$HOME/${{ env.NU_BIN }}" --commands "use ${{ env.NUPM }}/nupm/; nupm test"
"$HOME/${{ env.NU_BIN }}" --commands "use ~/nupm/nupm/; nupm test"

0 comments on commit 3406325

Please sign in to comment.