Skip to content

Commit d59d315

Browse files
committed
tweak again
1 parent 91ffd4e commit d59d315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
docker run --rm \
3333
--mount type=bind,source=./,target=/app \
3434
-t hjwp/obeythetestinggoat-book-tester:latest \
35-
bash -c 'ls -d "$PWD/source/*/superlists/" | xargs -n1 git config --global --add safe.directory'
35+
bash -c 'ls -d $PWD/source/*/superlists/ | xargs -n1 git config --global --add safe.directory'
3636
3737
- name: test chapter 1
3838
run: |

0 commit comments

Comments
 (0)