Only test play builds
This commit is contained in:
parent
8a3a6a30ba
commit
dce178580a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: ./gradlew testFreeDebugUnitTest testPlayDebugUnitTest
|
run: ./gradlew testPlayDebugUnitTest
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assemblePlayDebugAndroidTest
|
run: ./gradlew assemblePlayDebugAndroidTest
|
||||||
- name: Grant execute permission for flank_auth.sh
|
- name: Grant execute permission for flank_auth.sh
|
||||||
|
|
Loading…
Reference in a new issue