Skip to content

Commit c92af70

Browse files
committed
differnt way to split stats
1 parent 556e360 commit c92af70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ 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 | awk "{print $2}" | xargs -I% bash -c "cd % && git fetch"'
50+
bash -c 'git submodule status | cat -w -f2 | xargs -I% bash -c "echo %"'
51+
docker run --rm \
52+
--mount type=volume,source=rootmount,target=/root \
53+
--mount type=bind,source=./,target=/app \
54+
-t hjwp/obeythetestinggoat-book-tester:latest \
55+
bash -c 'git submodule status | cat -w -f2 | xargs -I% bash -c "cd % && git fetch"'
5156
5257
- name: check submodule branches
5358
run: |

0 commit comments

Comments
 (0)