Skip to content

Commit 5d11cbe

Browse files
committed
fix cat
1 parent 0f3cb38 commit 5d11cbe

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
@@ -34,7 +34,7 @@ jobs:
3434
--mount type=volume,source=rootmount,target=/root \
3535
--mount type=bind,source=./,target=/app \
3636
-t hjwp/obeythetestinggoat-book-tester:latest \
37-
bash -c "cat .git/config"
37+
bash -c "cat ~/.gitconfig"
3838
3939
- name: test chapter 1
4040
run: |

0 commit comments

Comments
 (0)