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 3227faa commit 2b1f6afCopy full SHA for 2b1f6af
.github/workflows/test.yml renamed to .github/workflows/build.yml
@@ -19,4 +19,4 @@ jobs:
19
uses: reactivecircus/android-emulator-runner@v2
20
with:
21
api-level: 29
22
- script: ./gradlew connectedCheck
+ script: ./gradlew build # might change from build to connectedCheck at some point
0 commit comments