Skip to content

Commit de82774

Browse files
committed
alternative approach to dirs
1 parent d59d315 commit de82774

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
docker run --rm \
2929
--mount type=bind,source=./,target=/app \
3030
-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'
31+
git config --global --add safe.directory '*'
3632
3733
- name: test chapter 1
3834
run: |

0 commit comments

Comments
 (0)