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

Relations | Fix | Filter create option for tags that already exist (#2237)

* Relations | Fix | Filter create option for tags that already exist

* Tech | Fix | Change compile android tests task

* Tech | Fix | add build folders ignore to global .gitignore

* Tech | Fix | Extract MockDataFactory.kt from test-utils

* Tech | Fix | Move return to the same line as checkNotNull

* Tech | Fix | Delete unused analytics property

* Relations | Fix | Add AddObjectRelationValueViewModelTest.kt test query with tags behaviour

* Tech | Fix | Rename :test:utils to :test:android-utils

* Tech | Enhancement | implement fake providers for AddObjectRelationViewModerl
This commit is contained in:
Sergey Boishtyan 2022-05-09 17:54:15 +03:00 committed by GitHub
parent 8e678c95d4
commit 58da3badfe
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 770 additions and 469 deletions

View file

@ -18,7 +18,7 @@ jobs:
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
run: ./gradlew compileExperimentalDebugAndroidTestSources
- name: Run unit tests
run: ./gradlew testDebugUnitTest -Dpre-dex=false
- name: Android test report