Skip to content

Commit

Permalink
Ignore no golden failures existing
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored May 9, 2024
1 parent bb29b25 commit 0cdbbb6
Showing 1 changed file with 2 additions and 1 deletion.
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'

0 comments on commit 0cdbbb6

Please sign in to comment.