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:
57
57
# -t hjwp/obeythetestinggoat-book-tester:latest \
58
58
# bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
59
59
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"
67
67
68
68
- name : test chapter 2 unittest
69
69
run : |
You can’t perform that action at this time.
0 commit comments