1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

Tech | ENHANCEMENT | Add android tests compile step to ci check (#2230)

This commit is contained in:
Sergey Boishtyan 2022-05-04 23:23:55 +03:00 committed by GitHub
parent 1cd04059b2
commit a4ef6be717
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ jobs:
amplitude_secret: ${{ secrets.ANYTYPE_AMPLITUDE_SECRET }}
amplitude_secret_debug: ${{ secrets.ANYTYPE_AMPLITUDE_DEBUG_SECRET }}
run: ./middleware2.sh $token_secret $user_secret $amplitude_secret $amplitude_secret_debug
- name: Compile android test sources
run: ./gradlew compileDebugAndroidTestSources
- name: Run unit tests
run: ./gradlew testDebugUnitTest -Dpre-dex=false
- name: Android test report