Skip to content

Commit 83897c8

Browse files
committed
Change test version
1 parent 9c9e192 commit 83897c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Bash tests
2121
run: |
2222
dir=$PWD
23-
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.0 --depth 1
23+
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.1 --depth 1
2424
#git clone https://github.com/shellgei/rusty_bash_test --depth 1
2525
cd rusty_bash_test
2626
./test.bash $dir

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Bash tests
2121
run: |
2222
dir=$PWD
23-
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.0 --depth 1
23+
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.1 --depth 1
2424
#git clone https://github.com/shellgei/rusty_bash_test --depth 1
2525
cd rusty_bash_test
2626
./test.bash $dir

0 commit comments

Comments
 (0)