Skip to content

Commit abca61d

Browse files
committed
Fix GitHub Actions CI workflow
1 parent 71b8e5e commit abca61d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
- name: Build the project
4444
run: ./build.sh
4545

46+
- name: Configure Git for test runner
47+
run: |
48+
git config --global user.name "CI Test Bot"
49+
git config --global user.email "ci-bot@github.com"
50+
4651
# CORRECTED STEP: Run tests from within the 'tests' directory
4752
- name: Run tests
4853
# This tells the runner to execute the following command

0 commit comments

Comments
 (0)