mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Fix build stats being overwritten
This commit is contained in:
@ -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",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user