Skip to content

Commit 2137435

Browse files
committed
try 3
1 parent 843b891 commit 2137435

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,17 @@ jobs:
4747
--mount type=volume,source=rootmount,target=/root \
4848
--mount type=bind,source=./,target=/app \
4949
-t hjwp/obeythetestinggoat-book-tester:latest \
50-
bash -c 'git submodule status | cut -d" " -f2 | xargs -I% bash -c "echo %"'
50+
bash -c 'git submodule status'
5151
docker run --rm \
5252
--mount type=volume,source=rootmount,target=/root \
5353
--mount type=bind,source=./,target=/app \
5454
-t hjwp/obeythetestinggoat-book-tester:latest \
55-
bash -c 'git submodule status | cut -d" " -f2 | xargs -I% bash -c "cd % && git fetch"'
55+
bash -c 'git submodule status | cut -d" " -f3 | xargs -I% bash -c "echo %"'
56+
docker run --rm \
57+
--mount type=volume,source=rootmount,target=/root \
58+
--mount type=bind,source=./,target=/app \
59+
-t hjwp/obeythetestinggoat-book-tester:latest \
60+
bash -c 'git submodule status | cut -d" " -f3 | xargs -I% bash -c "cd % && git fetch"'
5661
5762
- name: check submodule branches
5863
run: |

0 commit comments

Comments
 (0)