Skip to content

Commit f99d624

Browse files
committed
chore: Update bash 5.0 test
1 parent 8664a94 commit f99d624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install Bash 5.0
5454
run: |
55-
wget https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
55+
wget --quiet https://github.com/robxu9/bash-static/releases/download/5.0/bash-linux
5656
chmod +x ./bash-linux
5757
5858
- name: Install Eldev
@@ -62,5 +62,5 @@ jobs:
6262
uses: actions/checkout@v4
6363

6464
- name: Test the project
65-
run: 'eldev -p -dtT test --bash=$PWD/bash-linux'
65+
run: './bash-linux --version && eldev -p -dtT test --bash=./bash-linux'
6666

0 commit comments

Comments
 (0)