We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8664a94 commit f99d624Copy full SHA for f99d624
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install Bash 5.0
54
run: |
55
- wget https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
+ wget --quiet https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
56
chmod +x ./bash-linux
57
58
- name: Install Eldev
@@ -62,5 +62,5 @@ jobs:
62
uses: actions/checkout@v4
63
64
- name: Test the project
65
- run: 'eldev -p -dtT test --bash=$PWD/bash-linux'
+ run: './bash-linux --version && eldev -p -dtT test --bash=./bash-linux'
66
0 commit comments