Skip to content

Commit

Permalink
Configure workflow artifact upload step to fail if sketches report fi…
Browse files Browse the repository at this point in the history
…le not found

This event would indicate that the workflow was misconfigured. So it's a valuable notification.
  • Loading branch information
per1234 committed Apr 19, 2021
1 parent b3fcc1b commit e78329e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ jobs:
- name: Save memory usage change report as artifact
uses: actions/upload-artifact@v2
with:
if-no-files-found: error
name: ${{ env.SKETCHES_REPORTS_PATH }}
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 comments on commit e78329e

Please sign in to comment.