Skip to content

Commit e9b00be

Browse files
debug and additional if statements
1 parent fba266f commit e9b00be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/NightlyPublished_CLI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)