use zipgrep for the merged zip artifact

This commit is contained in:
Trung Nguyen
2024-09-30 15:39:47 -05:00
parent 97920f9fc3
commit 2fbfec0d11

View File

@ -123,4 +123,4 @@ jobs:
pattern: quick-regression-test-artifact-*
- name: Print job summary
run: |
grep Failed screen.* | tr -d '\n' > $GITHUB_STEP_SUMMARY
zipgrep Failed screen-output* | tr -d '\n' > $GITHUB_STEP_SUMMARY