]> git.ipfire.org Git - thirdparty/mdadm.git/commit
test: Fix saving artifacts
authorMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Fri, 29 Nov 2024 08:48:03 +0000 (09:48 +0100)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Mon, 2 Dec 2024 08:23:04 +0000 (09:23 +0100)
commitaa8df7f4d1f468e30330bc90801746b4de0e2647
tree45de185530621691166ac6e08edaed9cae18e5fb
parent4447238f882270bb7239c38510c5ce08bc3880b9
test: Fix saving artifacts

Currently, if error is returned by test command, execution of other
steps is aborted. In that case, continue-on-error safe artifact but
return error later and fail the job.

If executions passed, there are no artifacts to safe, therefore do not
safe them.

Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
.github/tools/run_mdadm_tests.sh
.github/workflows/tests.yml