Skip to content

Commit fb95b07

Browse files
committed
idk flailing rn
1 parent 3c51b30 commit fb95b07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
bash -c "git config --add safe.directory '*'"
3232
# --global wont work bc it writes to /root which is not persisted
3333
# 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"
3438
docker run --rm \
3539
--mount type=bind,source=./,target=/app \
3640
-t hjwp/obeythetestinggoat-book-tester:latest \

0 commit comments

Comments
 (0)