We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c802c6 commit 28a99c2Copy full SHA for 28a99c2
.github/workflows/tests.yml
@@ -28,7 +28,9 @@ jobs:
28
docker run --rm \
29
--mount type=bind,source=./,target=/app \
30
-t hjwp/obeythetestinggoat-book-tester:latest \
31
- bash -c "git config --global --add safe.directory '*'"
+ bash -c "git config --add safe.directory '*'"
32
+ # --global wont work bc it writes to /root which is not persisted
33
+ # bash -c "git config --global --add safe.directory '*'
34
35
- name: test chapter 1
36
run: |
0 commit comments