Update pytest.yml to add a tag

This commit is contained in:
Marc Di Luzio 2024-08-10 21:52:16 +01:00 committed by GitHub
parent c87d7705cf
commit 7e8fdaa510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,3 +24,7 @@ jobs:
- name: Run tests with pytest - name: Run tests with pytest
run: | run: |
pytest pytest
- name: Apply validated tag
run: |
git tag -f validated
git push origin --tags