Skip to content

Commit

Permalink
Update composescreenshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Jun 21, 2024
1 parent fdc8fc6 commit e22842f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/composescreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
- name: Build project and run screenshot tests
working-directory: ./ui/PreviewScreenshot
run: ./gradlew validateDebugScreenshotTest

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: '**/build/test-results/'

0 comments on commit e22842f

Please sign in to comment.