Only test play builds

This commit is contained in:
William Brawner 2022-11-03 07:14:19 -06:00
parent 8a3a6a30ba
commit dce178580a

View file

@ -19,7 +19,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run unit tests
run: ./gradlew testFreeDebugUnitTest testPlayDebugUnitTest
run: ./gradlew testPlayDebugUnitTest
- name: Build with Gradle
run: ./gradlew assemblePlayDebugAndroidTest
- name: Grant execute permission for flank_auth.sh