Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 782eb1a

Browse files
committed
Set up a git user in Github Action environment so all the tests run
1 parent bc82dce commit 782eb1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
with:
3434
python-version: "3.11"
3535
cache: pip
36+
- name: Set up Git user
37+
run: |
38+
git config --global user.email "test@aicodebot.dev"
39+
git config --global user.name "AI Code Bot Test"
3640
3741
- name: Install dependencies
3842
run: pip install -r requirements/requirements-test.txt

0 commit comments

Comments
 (0)