actions: disable tests for now

I need to do them right before enabling this.
This commit is contained in:
Alexander Capehart 2023-05-26 16:39:24 -06:00
parent 699227c1a8
commit 6fc743990d
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -23,8 +23,8 @@ jobs:
cache: gradle cache: gradle
- name: Grant execute permission for gradlew - name: Grant execute permission for gradlew
run: chmod +x gradlew run: chmod +x gradlew
- name: Test app with Gradle # - name: Test app with Gradle
run: ./gradlew app:testDebug # run: ./gradlew app:testDebug
- name: Build debug APK with Gradle - name: Build debug APK with Gradle
run: ./gradlew app:packageDebug run: ./gradlew app:packageDebug
- name: Upload debug APK artifact - name: Upload debug APK artifact