Skip to content

Commit c6db6f9

Browse files
committed
Fix test version
2 parents 18987e8 + be5da36 commit c6db6f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Bash tests
2121
run: |
2222
dir=$PWD
23-
git clone https://github.com/shellgei/rusty_bash_test --depth 1
23+
#git clone https://github.com/shellgei/rusty_bash_test --depth 1
24+
git clone https://github.com/shellgei/rusty_bash_test -b v1.1.8 --depth 1
2425
cd rusty_bash_test
2526
./test.bash $dir

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Bash tests
2121
run: |
2222
dir=$PWD
23-
#git clone https://github.com/shellgei/rusty_bash_test -b v1.1.6 --depth 1
24-
git clone https://github.com/shellgei/rusty_bash_test --depth 1
23+
git clone https://github.com/shellgei/rusty_bash_test -b v1.1.8 --depth 1
2524
cd rusty_bash_test
2625
./test.bash $dir

0 commit comments

Comments
 (0)