File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 # -t hjwp/obeythetestinggoat-book-tester:latest \
5858 # bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
5959
60- - name : test chapter 1
61- run : |
62- docker run --rm \
63- --mount type=volume,source=rootmount,target=/root \
64- --mount type=bind,source=./,target=/app \
65- -t hjwp/obeythetestinggoat-book-tester:latest \
66- bash -c "make test_chapter_01"
60+ # - name: test chapter 1
61+ # run: |
62+ # docker run --rm \
63+ # --mount type=volume,source=rootmount,target=/root \
64+ # --mount type=bind,source=./,target=/app \
65+ # -t hjwp/obeythetestinggoat-book-tester:latest \
66+ # bash -c "make test_chapter_01"
6767
6868 - name : test chapter 2 unittest
6969 run : |
You can’t perform that action at this time.
0 commit comments