move arguments into first action

pull/678/head
Nicco Kunzmann 2024-07-01 22:59:57 +01:00
rodzic 4a84bde8ca
commit f40d44b077
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -52,6 +52,8 @@ jobs:
with:
flag-name: run-${{ join(matrix.*, '-') }}
parallel: true
file: coverage.xml
allow-empty: true
coverage:
# parallel test coverage upload
@ -68,9 +70,6 @@ jobs:
with:
parallel-finished: true
format: cobertura
file: coverage.xml
allow-empty: true
deploy-tag-to-pypi:
# only deploy on tags, see https://stackoverflow.com/a/58478262/1320237