Skip to content

Commit 008d4f7

Browse files
committed
check subs
1 parent 0db24ab commit 008d4f7

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: check 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 "cd /app/source/chapter_01/superlists && git status && git branch -a"
46+
3947
- name: test chapter 1
4048
run: |
4149
docker run --rm \

0 commit comments

Comments
 (0)