Fix CI builds
This commit is contained in:
parent
40e8326d14
commit
8a3a6a30ba
1 changed files with 3 additions and 3 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
|||
java-version: '17'
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDebug assembleDebugAndroidTest assembleDebugUnitTest
|
||||
- name: Run unit tests
|
||||
run: ./gradlew testDebugUnitTest
|
||||
run: ./gradlew testFreeDebugUnitTest testPlayDebugUnitTest
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assemblePlayDebugAndroidTest
|
||||
- name: Grant execute permission for flank_auth.sh
|
||||
run: chmod +x flank_auth.sh
|
||||
- name: Add auth for flank
|
||||
|
|
Loading…
Reference in a new issue