try another approach for creating job summaries

This commit is contained in:
Axel Kohlmeyer
2024-09-30 10:44:41 -04:00
parent 622e3ed4d2
commit 3cefa5c9f1

View File

@ -95,7 +95,8 @@ 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
--log-file=run-${{ matrix.idx }}.log \
> screen.${{ matrix.id }}
fi
tar -cvf quick-regression-test-${{ matrix.idx }}.tar run-${{ matrix.idx }}.log progress-${{ matrix.idx }}.yaml output-${{ matrix.idx }}.xml
@ -117,5 +118,7 @@ jobs:
pattern: quick-regression-test-artifact-*
- name: Print Job Summary
run: |
echo "::notice::Quick Regression complete"
echo "Quick regression test completed: " > $GITHUB_STEP_SUMMARY
grep Failed screen.* >> $GITHUB_STEP_SUMMARY
echo "::warning::`cat $GITHUB_STEP_SUMMARY`"