diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3410e9..660d454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,8 +61,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"