kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
Ci fixes (#2364)
rodzic
053e527ce2
commit
6f82dd7e86
|
|
@ -20,7 +20,7 @@ on:
|
|||
jobs:
|
||||
androidTest:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 25
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix
|
||||
|
|
|
|||
|
|
@ -80,6 +80,10 @@ jobs:
|
|||
download_translations: true
|
||||
create_pull_request: false
|
||||
commit_message: 'chore(l10n): New Crowdin Translations from scheduled update'
|
||||
push_translations: false
|
||||
push_sources: false
|
||||
localization_branch_name: ${{ github.ref_name }}
|
||||
# skip_ref_checkout: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue