Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
add --daemon option for connectedDebugAndroidTest
  • Loading branch information
calren authored Jul 24, 2024
1 parent e0d4c67 commit aaf3cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDebugAndroidTest
script: ./gradlew connectedDebugAndroidTest --daemon

- name: Upload test reports
if: always()
Expand Down

0 comments on commit aaf3cfe

Please sign in to comment.