Skip to content

Commit 970d8b6

Browse files
committed
try chapter 2 instead
1 parent 9ad7b0f commit 970d8b6

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
@@ -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: |

0 commit comments

Comments
 (0)