Skip to content

Commit

Permalink
DEBUG: show pwd and ls
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Oct 12, 2023
1 parent 696f610 commit 4bd9b0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
- name: Show Nushell Version
run: |
"$HOME/${{ env.NU_BIN }}" --commands "version"
"$HOME/${{ env.NU_BIN }}" --commands "version"
- name: Run the tests
run: |
"$HOME/${{ env.NU_BIN }}" --commands "use $PWD/nupm/; nupm test"
pwd
ls $PWD
"$HOME/${{ env.NU_BIN }}" --commands "use $PWD/nupm/; nupm test"

0 comments on commit 4bd9b0c

Please sign in to comment.