File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ jobs:
262262
263263 - name : Upload failures
264264 uses : actions/upload-artifact@v4
265+ if : ${{ !cancelled() && !failure() && hashFiles('errors.report') == '' }}
265266 with :
266267 name : set_${{ matrix.sets }}.report
267268 path : ${{ github.workspace }}/errors.report
@@ -371,6 +372,9 @@ jobs:
371372 name : report.md
372373 path : ${{ github.workspace }}/report.md
373374
375+ - name : Show results)
376+ run : echo "$(cat ${GITHUB_WORKSPACE}/report.md)"
377+
374378 - name : Post results to slack part 1 (report.md from exec-report CLI command)
375379 run : curl -X POST -F token="${{ secrets.SLACK_BOT_TOKEN }}" -F channel=${{ secrets.SLACK_CHANNEL_VCELL_DEV_TOKEN }} -F text="```$(cat ${GITHUB_WORKSPACE}/report.md)```" https://slack.com/api/chat.postMessage
376380
You can’t perform that action at this time.
0 commit comments