chore: combine test coverage for core tests

This commit is contained in:
Stefan Benz
2025-07-07 18:05:39 +02:00
parent e6b0ed5b3b
commit f606e46822
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ on:
outputs: outputs:
integration_test_report: integration_test_report:
value: ${{ steps.cache.outputs.cache-hit != 'true' }} value: ${{ steps.cache.outputs.cache-hit != 'true' }}
type: boolean
jobs: jobs:
postgres: postgres:

View File

@@ -15,7 +15,6 @@ on:
outputs: outputs:
unit_test_report: unit_test_report:
value: ${{ steps.cache.outputs.cache-hit != 'true' }} value: ${{ steps.cache.outputs.cache-hit != 'true' }}
type: boolean
jobs: jobs:
test: test: