Skip to content

Commit 492156f

Browse files
authored
ci: debug output for git config
1 parent 569766f commit 492156f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ jobs:
4747
- name: Install (Node.js < v16)
4848
if : ${{ matrix.node-version == '14.16' }}
4949
run: yarn install --frozen-lockfile --ignore-engines
50+
- name: Git Config
51+
run: git config --list
5052
- name: Test
5153
run: yarn test

0 commit comments

Comments
 (0)