actions: add testing step

Add a testing command to the CI workflow.
This commit is contained in:
Alexander Capehart 2023-01-05 12:56:46 -07:00
parent a5e78e614f
commit 502dd8ccc4
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -29,6 +29,8 @@ jobs:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test app with Gradle
run: ./gradlew app:test
- name: Build debug APK with Gradle
run: ./gradlew app:packageDebug
- name: Upload debug APK artifact