Compare commits

..

1 Commits

Author SHA1 Message Date
cdd3964e6b ci: Instrumentation tests coverage in ci.
All checks were successful
PR / translations (pull_request) Successful in 35s
PR / PR (pull_request) Successful in 40s
PR / build (pull_request) Successful in 11m7s
PR / test (pull_request) Successful in 38m17s
2025-03-30 13:49:13 +02:00
2 changed files with 5 additions and 10 deletions

View File

@ -1,12 +1,9 @@
on:
workflow_run:
workflows: [ Master, PR ]
types: [ completed ]
workflow_call:
jobs:
integrationTests:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
@ -86,8 +83,3 @@ jobs:
if: steps.check-android-changes.outputs.any_modified == 'true' || failure()
run: |
docker compose -f .gitea/workflows/assets/docker-compose.yml stop
nothingToDo:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'

View File

@ -86,4 +86,7 @@ jobs:
branch: ${{ github.head_ref || github.ref_name }}
build:
needs: Lint
uses: ./.gitea/workflows/common_build.yml
uses: ./.gitea/workflows/on_called_build.yml
test:
needs: build
uses: ./.gitea/workflows/on_called_to_test.yml