Skip to content

Commit 960254e

Browse files
committed
try fech all in submodules
1 parent 008d4f7 commit 960254e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
-t hjwp/obeythetestinggoat-book-tester:latest \
3737
bash -c "cat ~/.gitconfig"
3838
39+
- name: fetch submodule branches
40+
run: |
41+
docker run --rm \
42+
--mount type=volume,source=rootmount,target=/root \
43+
--mount type=bind,source=./,target=/app \
44+
-t hjwp/obeythetestinggoat-book-tester:latest \
45+
bash -c "git submodule foreach 'git fetch --all'"
46+
3947
- name: check submodule branches
4048
run: |
4149
docker run --rm \

0 commit comments

Comments
 (0)