Skip to content

Commit

Permalink
Fix extracted path for tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Jun 3, 2024
1 parent 4db4255 commit e64d109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
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"
./nu-${NU_VERSION}-x86_64-linux-gnu-full/nu --no-config-file --no-history -c "plugin use --plugin-config plugin.msgpackz bash_env ; use tests.nu run_bash_env_tests ; run_bash_env_tests"
./nu-${NU_VERSION}-x86_64-unknown-linux-gnu/nu --no-config-file --no-history -c "plugin add --plugin-config plugin.msgpackz nu_plugin_bash_env"
./nu-${NU_VERSION}-x86_64-unknown-linux-gnu/nu --no-config-file --no-history -c "plugin use --plugin-config plugin.msgpackz bash_env ; use tests.nu run_bash_env_tests ; run_bash_env_tests"

0 comments on commit e64d109

Please sign in to comment.