We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569766f commit 492156fCopy full SHA for 492156f
.github/workflows/test.yml
@@ -47,5 +47,7 @@ jobs:
47
- name: Install (Node.js < v16)
48
if : ${{ matrix.node-version == '14.16' }}
49
run: yarn install --frozen-lockfile --ignore-engines
50
+ - name: Git Config
51
+ run: git config --list
52
- name: Test
53
run: yarn test
0 commit comments