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 3c51b30 commit fb95b07Copy full SHA for fb95b07
.github/workflows/tests.yml
@@ -31,6 +31,10 @@ jobs:
31
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
+ docker run --rm \
35
+ --mount type=bind,source=./,target=/app \
36
+ -t hjwp/obeythetestinggoat-book-tester:latest \
37
+ bash -c "git config --add safe.directory /app/source/chapter_01/superlists"
38
docker run --rm \
39
--mount type=bind,source=./,target=/app \
40
-t hjwp/obeythetestinggoat-book-tester:latest \
0 commit comments