mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Tech | Fix | Lint setup for CI (#2286)
* Tech | Fix | Reduce tag size * Tech | Enhancement | Move lint configuration to one place * Tech | Enhancement | Enable Gradle quiet mode for errors logs only
This commit is contained in:
parent
39046f787f
commit
79bcfcd811
8 changed files with 16 additions and 19 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -18,9 +18,9 @@ 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 compileDebugAndroidTestSources -q
|
||||
- name: Run unit tests
|
||||
run: ./gradlew testDebugAll -Dpre-dex=false
|
||||
run: ./gradlew testDebugAll -Dpre-dex=false -q
|
||||
- name: Android test report
|
||||
uses: asadmansr/android-test-report-action@v1.2.0
|
||||
if: ${{ always() }} # IMPORTANT: run Android Test Report regardless
|
||||
|
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
amplitude_secret_debug: ${{ secrets.ANYTYPE_AMPLITUDE_DEBUG_SECRET }}
|
||||
run: ./middleware2.sh $token_secret $user_secret $amplitude_secret $amplitude_secret_debug
|
||||
- name: Run unit tests. Full mode.
|
||||
run: ./gradlew build test -Dpre-dex=false
|
||||
run: ./gradlew build test -Dpre-dex=false -q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue