Skip to content

Commit

Permalink
using ./gradlew build instead of ./gradlew connectedCheck for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt committed Dec 13, 2023
1 parent 3227faa commit 2b1f6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
script: ./gradlew build # might change from build to connectedCheck at some point

0 comments on commit 2b1f6af

Please sign in to comment.