We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b8e5e commit abca61dCopy full SHA for abca61d
.github/workflows/ci.yml
@@ -43,6 +43,11 @@ jobs:
43
- name: Build the project
44
run: ./build.sh
45
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
+
51
# CORRECTED STEP: Run tests from within the 'tests' directory
52
- name: Run tests
53
# This tells the runner to execute the following command
0 commit comments