Skip to content

Commit

Permalink
Version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed May 24, 2024
1 parent cfc685e commit 05492e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Download Nushell $NU_VERSION
run: |
curl -L https://github.com/nushell/nushell/releases/download/${NU_VERSION}/nu-${NU_VERSION}-x86_64-linux-gnu-full.tar.gz | tar xzf -
- name: Version Check
run: |
./nu-${NU_VERSION}-x86_64-linux-gnu-full/nu --version
bash --version
jq --version
- name: Run Tests
run: |
./nu-${NU_VERSION}-x86_64-linux-gnu-full/nu --no-config-file --no-history -c "plugin add --plugin-config plugin.msgpackz nu_plugin_bash_env"
Expand Down

0 comments on commit 05492e8

Please sign in to comment.