Skip to content

Commit 2d8c3c4

Browse files
committed
ci: Tests
1 parent 53bed91 commit 2d8c3c4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
with:
3232
submodules: false
3333
fetch-depth: 1
34+
- name: Git config
35+
run: |
36+
set -x
37+
git config -l
38+
git config --global --add safe.directory ${PWD}
39+
git config -l
3440
- name: Install dependencies
3541
run: |
3642
set -x

0 commit comments

Comments
 (0)