Skip to content

Commit 110fa7a

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 f8468b4 commit 110fa7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

+1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ jobs:
110110
- name: Save memory usage change report as artifact
111111
uses: actions/upload-artifact@v2
112112
with:
113+
if-no-files-found: error
113114
name: ${{ env.SKETCHES_REPORTS_PATH }}
114115
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)