Skip to content

Commit 2b1f6af

Browse files
committed
using ./gradlew build instead of ./gradlew connectedCheck for now
1 parent 3227faa commit 2b1f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: reactivecircus/android-emulator-runner@v2
2020
with:
2121
api-level: 29
22-
script: ./gradlew connectedCheck
22+
script: ./gradlew build # might change from build to connectedCheck at some point

0 commit comments

Comments
 (0)