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

Commit

Permalink
testing shared ui domain
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacnguyen0809 committed Sep 16, 2024
1 parent e1f74d2 commit fa47cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compose_screenshot_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Run Compose preview screenshot tests
run: ./gradlew :screen:attributions:validateDebugScreenshotTest
run: ./gradlew :shared:ui:testing:validateDebugScreenshotTest

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

0 comments on commit fa47cc1

Please sign in to comment.