Skip to content

Commit

Permalink
Raised error if no screenshots uploaded in workflow.
Browse files Browse the repository at this point in the history
As the whole purpose of this workflow is to generate and upload
screenshots, we should fail if we were unable to upload any.
  • Loading branch information
ngnpope committed May 9, 2024
1 parent 10c5c89 commit e0db4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ jobs:
with:
name: screenshots-${{ github.event.pull_request.head.sha }}
path: /tmp/screenshots/
if-no-files-found: error

0 comments on commit e0db4f4

Please sign in to comment.