We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a871a commit 04dc1a0Copy full SHA for 04dc1a0
1 file changed
.github/workflows/rust-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
export NVM_DIR="$HOME/.nvm"
58
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
59
- bash test.sh
+ ./test.sh
60
61
- name: Check result
62
if: ${{ failure() }}
0 commit comments