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:
parent
8e678c95d4
commit
58da3badfe
37 changed files with 770 additions and 469 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue