Fix build stats being overwritten

This commit is contained in:
2021-07-07 21:23:07 +02:00
committed by Val Lorentz
parent b0873d04cb
commit b2a2664de2
4 changed files with 13 additions and 13 deletions

View File

@ -223,7 +223,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor):
"if": "always()",
"uses": "actions/upload-artifact@v2",
"with": {
"name": f"pytest results {software_id} ({version_flavor.value})",
"name": f"pytest results {test_id} ({version_flavor.value})",
"path": "pytest.xml",
},
},