Skip to content

Commit 1d7ee92

Browse files
committed
let's not check them again
1 parent f9d76ce commit 1d7ee92

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
-t hjwp/obeythetestinggoat-book-tester:latest \
4545
git submodule foreach 'git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && git fetch origin'
4646
47-
- name: check submodule branches
48-
run: |
49-
docker run --rm \
50-
--mount type=volume,source=rootmount,target=/root \
51-
--mount type=bind,source=./,target=/app \
52-
-t hjwp/obeythetestinggoat-book-tester:latest \
53-
bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
47+
# - name: check submodule branches
48+
# run: |
49+
# docker run --rm \
50+
# --mount type=volume,source=rootmount,target=/root \
51+
# --mount type=bind,source=./,target=/app \
52+
# -t hjwp/obeythetestinggoat-book-tester:latest \
53+
# bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
5454

5555
- name: test chapter 1
5656
run: |

0 commit comments

Comments
 (0)