|
|
@ -100,7 +100,7 @@ jobs:
|
|
|
|
if: (success() || failure()) && steps.run_tests.outcome != 'skipped'
|
|
|
|
if: (success() || failure()) && steps.run_tests.outcome != 'skipped'
|
|
|
|
continue-on-error: true
|
|
|
|
continue-on-error: true
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: test-artifacts
|
|
|
|
name: test-artifacts-${{ matrix.gcc }}
|
|
|
|
path: artifacts
|
|
|
|
path: artifacts
|
|
|
|
- name: Clean up DF folder
|
|
|
|
- name: Clean up DF folder
|
|
|
|
# prevent DFHack-generated files from ending up in the cache
|
|
|
|
# prevent DFHack-generated files from ending up in the cache
|
|
|
|