|
|
@ -40,6 +40,9 @@ jobs:
|
|
|
|
uses: gradle/actions/setup-gradle@v4
|
|
|
|
uses: gradle/actions/setup-gradle@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
|
|
|
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
|
|
|
|
|
|
|
build-scan-publish: true
|
|
|
|
|
|
|
|
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
|
|
|
|
|
|
|
|
build-scan-terms-of-use-agree: "yes"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Check build-logic
|
|
|
|
- name: Check build-logic
|
|
|
|
run: ./gradlew :build-logic:convention:check
|
|
|
|
run: ./gradlew :build-logic:convention:check
|
|
|
@ -206,6 +209,9 @@ jobs:
|
|
|
|
uses: gradle/actions/setup-gradle@v4
|
|
|
|
uses: gradle/actions/setup-gradle@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
|
|
|
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
|
|
|
|
|
|
|
build-scan-publish: true
|
|
|
|
|
|
|
|
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
|
|
|
|
|
|
|
|
build-scan-terms-of-use-agree: "yes"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build projects and run instrumentation tests
|
|
|
|
- name: Build projects and run instrumentation tests
|
|
|
|
uses: reactivecircus/android-emulator-runner@v2
|
|
|
|
uses: reactivecircus/android-emulator-runner@v2
|
|
|
|