Compare commits

..

1 Commits

Author SHA1 Message Date
340f4d4757 ci: Instrumentation tests coverage in ci. 2025-03-26 20:20:19 +01:00
2 changed files with 3 additions and 3 deletions

@ -50,3 +50,6 @@ jobs:
retention-days: 1
overwrite: true
include-hidden-files: true
integrationTests:
needs: BuildAndTestAndCoverage
uses: ./.gitea/workflows/common_coverage.yml

@ -88,6 +88,3 @@ jobs:
build:
needs: Lint
uses: ./.gitea/workflows/common_build.yml
integrationTests:
needs: build
uses: ./.gitea/workflows/common_coverage.yml