Skip to content

Commit 63e8189

Browse files
committed
Only run :app cC
1 parent 613b9b6 commit 63e8189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
api-level: ${{ matrix.api-level }}
4949
arch: x86
5050
disable-animations: true
51-
script: ./gradlew connectedCheck --stacktrace
51+
script: ./gradlew :app:connectedCheck --stacktrace
5252

5353
- name: Upload test reports
5454
if: always()

0 commit comments

Comments
 (0)