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 d59d315 commit de82774Copy full SHA for de82774
.github/workflows/tests.yml
@@ -28,11 +28,7 @@ jobs:
28
docker run --rm \
29
--mount type=bind,source=./,target=/app \
30
-t hjwp/obeythetestinggoat-book-tester:latest \
31
- git config --global --add safe.directory /app
32
- docker run --rm \
33
- --mount type=bind,source=./,target=/app \
34
- -t hjwp/obeythetestinggoat-book-tester:latest \
35
- bash -c 'ls -d $PWD/source/*/superlists/ | xargs -n1 git config --global --add safe.directory'
+ git config --global --add safe.directory '*'
36
37
- name: test chapter 1
38
run: |
0 commit comments