mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
workflow: Pytest also upload artifacts on test failure
This commit is contained in:
parent
11b925f9bd
commit
6aa2112da1
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload test artifacts
|
- name: Upload test artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: optimize-results
|
name: optimize-results
|
||||||
path: tests/testdata/new_optimize_result*
|
path: tests/testdata/new_optimize_result*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user