We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad7b0f commit 970d8b6Copy full SHA for 970d8b6
1 file changed
.github/workflows/tests.yml
@@ -57,13 +57,13 @@ jobs:
57
# -t hjwp/obeythetestinggoat-book-tester:latest \
58
# bash -c "cd /app/source/chapter_01/superlists && git status && git branch -a"
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"
+ # - name: test chapter 1
+ # run: |
+ # docker run --rm \
+ # --mount type=volume,source=rootmount,target=/root \
+ # --mount type=bind,source=./,target=/app \
+ # -t hjwp/obeythetestinggoat-book-tester:latest \
+ # bash -c "make test_chapter_01"
67
68
- name: test chapter 2 unittest
69
run: |
0 commit comments