mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
workflows: Replace spaces from artifact names
It made them impractical to use as file names.
This commit is contained in:
@ -237,7 +237,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
|
||||
"if": "always()",
|
||||
"uses": "actions/upload-artifact@v2",
|
||||
"with": {
|
||||
"name": f"pytest results {test_id} ({version_flavor.value})",
|
||||
"name": f"pytest-results_{test_id}_{version_flavor.value}",
|
||||
"path": "pytest.xml",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user