Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacnguyen0809 committed Sep 17, 2024
1 parent 18a943d commit 12ea3d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compose_screenshot_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Run Compose preview screenshot tests
run: ./gradlew validateDebugScreenshotTest
run: ./gradlew validateDebugScreenshotTest

- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
with:
name: my-artifact
path: screen/onboarding/build/reports

0 comments on commit 12ea3d4

Please sign in to comment.