Skip to content

Commit 7d39af2

Browse files
committed
set git default branch in unit tests job too
1 parent c7c2fb7 commit 7d39af2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,13 @@ jobs:
158158
run: |
159159
make .venv/bin
160160
161+
- name: setup Git
162+
shell: bash
163+
run: |
164+
git config --global user.email "[email protected]"
165+
git config --global user.name "Elspeth See-Eye"
166+
git config --global init.defaultBranch main
167+
161168
- name: prep tests submodule
162169
shell: bash
163170
run: |

0 commit comments

Comments
 (0)