mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-19 20:29:00 -04:00
ci: Add Gradle setup to scheduled updates workflow (#4234)
This commit is contained in:
9
.github/workflows/scheduled-updates.yml
vendored
9
.github/workflows/scheduled-updates.yml
vendored
@@ -78,6 +78,15 @@ jobs:
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
with:
|
||||
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'
|
||||
add-job-summary: always
|
||||
|
||||
- name: Update Graphs
|
||||
run: ./gradlew graphUpdate
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user