Skip to content

Commit

Permalink
Update PullRequestWorkflow to use stable debug builds for instrumenta…
Browse files Browse the repository at this point in the history
…tion tests (#237)
  • Loading branch information
yasith authored Jun 25, 2024
1 parent e54982f commit 351a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Run instrumentation tests
uses: gradle/actions/setup-gradle@v3
with:
arguments: ${{ matrix.device.name }}DebugAndroidTest
arguments: ${{ matrix.device.name }}StableDebugAndroidTest

- name: Upload instrumentation test reports and logs on failure
if: failure()
Expand Down

0 comments on commit 351a8ec

Please sign in to comment.