We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613b9b6 commit 63e8189Copy full SHA for 63e8189
.github/workflows/build_test.yaml
@@ -48,7 +48,7 @@ jobs:
48
api-level: ${{ matrix.api-level }}
49
arch: x86
50
disable-animations: true
51
- script: ./gradlew connectedCheck --stacktrace
+ script: ./gradlew :app:connectedCheck --stacktrace
52
53
- name: Upload test reports
54
if: always()
0 commit comments