Skip to content

Commit

Permalink
fix: do not fail if no screenshots exist
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Feb 6, 2022
1 parent 07e6d4f commit cd0c47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
if: ${{ always() }}

- uses: actions/download-artifact@v2
continue-on-error: true # https://github.com/actions/download-artifact/issues/42
with:
name: e2e-results-android
path: .tmp
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
if: ${{ always() }}

- uses: actions/download-artifact@v2
continue-on-error: true # https://github.com/actions/download-artifact/issues/42
with:
name: e2e-results-ios
path: .tmp
Expand Down

0 comments on commit cd0c47c

Please sign in to comment.