Skip to content

Commit

Permalink
use Nushell as the default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Oct 25, 2023
1 parent 3406325 commit 4efb8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: continuous-integration

defaults:
run:
shell: bash
shell: nu {0}

env:
NU_LOG_LEVEL: DEBUG
Expand All @@ -34,9 +34,9 @@ jobs:
run: git clone https://github.com/nushell/nupm ~/nupm/

- name: Show Nushell Version
run: |
"$HOME/${{ env.NU_BIN }}" --commands "version"
run: version

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

0 comments on commit 4efb8ba

Please sign in to comment.