Skip to content

Commit

Permalink
Merge pull request #257 from pebble-dev/hellcp/rws-golden-failures-ba…
Browse files Browse the repository at this point in the history
…ckport

Ignore no golden failures existing
  • Loading branch information
hellcp authored May 31, 2024
2 parents accd337 + e32087c commit f991b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
name: debug-apk
path: build/app/outputs/apk/debug/app-debug.apk
- name: Upload golden failures
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: goldens-failures
path: test/components/failures/
if-no-files-found: 'ignore'
3 changes: 2 additions & 1 deletion .github/workflows/pull-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload golden failures
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: goldens-failures
path: test/components/failures/
if-no-files-found: 'ignore'
continue-on-error: true

0 comments on commit f991b13

Please sign in to comment.