Skip to content

Commit 78ab9eb

Browse files
committed
Configure workflow artifact upload step to fail if sketches report fi…
…le not found This event would indicate that the workflow was misconfigured. So it's a valuable notification.
1 parent 4ac8d44 commit 78ab9eb

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
@@ -129,5 +129,6 @@ jobs:
129129
if: github.event_name == 'pull_request'
130130
uses: actions/upload-artifact@v2
131131
with:
132+
if-no-files-found: error
132133
name: ${{ env.SKETCHES_REPORTS_PATH }}
133134
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)