mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: release flow tweaks (#4723)
This commit is contained in:
parent
43f9aa0b50
commit
2e13b1ab17
4 changed files with 20 additions and 159 deletions
10
.github/workflows/reusable-check.yml
vendored
10
.github/workflows/reusable-check.yml
vendored
|
|
@ -75,16 +75,12 @@ jobs:
|
|||
with:
|
||||
dependency-graph: generate-and-submit
|
||||
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
||||
cache-cleanup: true
|
||||
cache-cleanup: on-success
|
||||
build-scan-publish: true
|
||||
build-scan-terms-of-use-url: 'https://gradle.com/terms-of-service'
|
||||
build-scan-terms-of-use-agree: 'yes'
|
||||
add-job-summary: always
|
||||
|
||||
- name: Calculate Version Code
|
||||
id: calculate_version_code
|
||||
uses: ./.github/actions/calculate-version-code
|
||||
|
||||
- name: Determine Tasks
|
||||
id: tasks
|
||||
run: |
|
||||
|
|
@ -120,8 +116,6 @@ jobs:
|
|||
- name: Run Flavor Check (with Emulator)
|
||||
if: inputs.run_instrumented_tests == true
|
||||
uses: reactivecircus/android-emulator-runner@v2
|
||||
env:
|
||||
VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }}
|
||||
with:
|
||||
api-level: ${{ matrix.api_level }}
|
||||
arch: x86_64
|
||||
|
|
@ -132,8 +126,6 @@ jobs:
|
|||
|
||||
- name: Run Flavor Check (no Emulator)
|
||||
if: inputs.run_instrumented_tests == false
|
||||
env:
|
||||
VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }}
|
||||
run: ./gradlew ${{ steps.tasks.outputs.tasks }} -Pci=true -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true --parallel --configuration-cache --continue --scan
|
||||
|
||||
- name: Upload coverage results to Codecov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue