Skip to content

Commit e78329e

Browse files
committed
Configure workflow artifact upload step to fail if sketches report file not found
This event would indicate that the workflow was misconfigured. So it's a valuable notification.
1 parent b3fcc1b commit e78329e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ jobs:
6363
- name: Save memory usage change report as artifact
6464
uses: actions/upload-artifact@v2
6565
with:
66+
if-no-files-found: error
6667
name: ${{ env.SKETCHES_REPORTS_PATH }}
6768
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)