Update pytest.yml to add a tag
This commit is contained in:
parent
c87d7705cf
commit
7e8fdaa510
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -24,3 +24,7 @@ jobs:
|
|||
- name: Run tests with pytest
|
||||
run: |
|
||||
pytest
|
||||
- name: Apply validated tag
|
||||
run: |
|
||||
git tag -f validated
|
||||
git push origin --tags
|
||||
|
|
Loading…
Add table
Reference in a new issue