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:
parent
1cd04059b2
commit
a4ef6be717
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue