remove ineffectual workflow changes

This commit is contained in:
Axel Kohlmeyer
2024-09-30 21:46:16 -04:00
parent c4b32f4b38
commit 1dad5db38c

View File

@ -95,7 +95,7 @@ jobs:
--list-input=input-list-${{ matrix.idx }}.txt \
--output-file=output-${{ matrix.idx }}.xml \
--progress-file=progress-${{ matrix.idx }}.yaml \
--log-file=run-${{ matrix.idx }}.log > screen.${{ matrix.idx }}
--log-file=run-${{ matrix.idx }}.log
fi
tar -cvf quick-regression-test-${{ matrix.idx }}.tar run-${{ matrix.idx }}.log progress-${{ matrix.idx }}.yaml output-${{ matrix.idx }}.xml
@ -106,12 +106,6 @@ jobs:
name: quick-regression-test-artifact-${{ matrix.idx }}
path: quick-regression-test-${{ matrix.idx }}.tar
- name: Upload screen output
uses: actions/upload-artifact@v4
with:
name: screen-output-${{ matrix.idx }}
path: screen.${{ matrix.idx }}
merge:
runs-on: ubuntu-latest
needs: build
@ -122,12 +116,3 @@ jobs:
name: merged-quick-regresssion-artifact
pattern: quick-regression-test-artifact-*
- name: Download all the artifacts
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: Print job summary
run: |
#ls -R ./artifacts
grep Failed ./artifacts/screen-output-*/screen.* | tr -d '\n' > $GITHUB_STEP_SUMMARY