Compare commits

..

1 Commits

Author SHA1 Message Date
8a8de87d85 ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / PR (pull_request) Failing after 52s
2025-03-29 20:25:09 +01:00

View File

@ -29,7 +29,7 @@ jobs:
files: |
androidApp/src/main/res/values/strings.xml
- name: upload translation sources
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}}
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}
uses: crowdin/github-action@v2
with:
config: './.gitea/workflows/assets/crowdin.yml'
@ -42,10 +42,10 @@ jobs:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: wait
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}}
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}
run: sleep 10s
- name: download translations
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}}
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}
uses: crowdin/github-action@v2
with:
config: './.gitea/workflows/assets/crowdin.yml'
@ -58,18 +58,18 @@ jobs:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: Check for uncommitted changes
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}}
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}
id: check-changes
uses: mskri/check-uncommitted-changes-action@v1.0.1
- name: Commit Changes
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}} && steps.check-changes.outputs.changes != ''
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }} && ${{ steps.check-changes.outputs.changes != '' }}
run: |
git config --global user.email aminecmi+giteadrone@pm.me
git config --global user.name giteadrone
git add ./androidApp/src/main/res/*
git commit -m "translation: translation files"
- name: Push changes
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }}} && steps.check-changes.outputs.changes != ''
if: ${{ steps.check-translations-changes.outputs.any_modified == 'true' }} && ${{ steps.check-changes.outputs.changes != '' }}
uses: appleboy/git-push-action@v1.0.0
with:
author_name: giteadrone