Skip to content

Commit

Permalink
show the version of Nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Oct 12, 2023
1 parent d3f015b commit 8913aca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@ jobs:
fi
cp "/tmp/$name/${{ env.NU_BIN }}" "$HOME/${{ env.NU_BIN }}"
- name: Show Nushell Version
run: "$HOME/${{ env.NU_BIN }}" --commands "version"

- name: Run the tests
run: "$HOME/${{ env.NU_BIN }}" --commands "use $PWD/nupm/; nupm test"

0 comments on commit 8913aca

Please sign in to comment.