ci: setup git user
This commit is contained in:
parent
372fad249f
commit
8ff56dedd7
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt -r dev-requirements.txt
|
run: pip install -r requirements.txt -r dev-requirements.txt
|
||||||
|
- name: Setup git user
|
||||||
|
run: |
|
||||||
|
git config user.name "GitHub Actions"
|
||||||
|
git config user.email "actions@users.noreply.github.com"
|
||||||
- name: Test
|
- name: Test
|
||||||
run: coverage run -m pytest
|
run: coverage run -m pytest
|
||||||
- name: Update(master)
|
- name: Update(master)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user