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 b97dcba commit 22ff2e4Copy full SHA for 22ff2e4
.github/workflows/scheduled_unittests.yml
@@ -32,5 +32,7 @@ jobs:
32
33
- name: Run unit tests
34
run: |
35
+ git config --global user.name "Github Action"
36
+ git config --global user.email "[email protected]"
37
pytest
38
0 commit comments