diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 6955ab8..56159f2 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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"