Skip to content

Commit

Permalink
Add order in UI test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 15, 2024
1 parent 4642a37 commit b414a1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ jobs:
emulator-options: -no-window -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
script: |
./gradlew uninstallAll
./gradlew --build-cache connectedDebugAndroidTest --info
./gradlew --build-cache dpadrecyclerview-compose:connectedDebugAndroidTest --info
./gradlew --build-cache sample:connectedDebugAndroidTest --info
./gradlew --build-cache dpadrecyclerview-testing:connectedDebugAndroidTest --info
./gradlew --build-cache dpadrecyclerview:connectedDebugAndroidTest --info
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b414a1f

Please sign in to comment.