From f606e4682262c304b510927a9a655b89626e64ce Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:05:39 +0200 Subject: [PATCH] chore: combine test coverage for core tests --- .github/workflows/core-integration-test.yml | 1 - .github/workflows/core-unit-test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/core-integration-test.yml b/.github/workflows/core-integration-test.yml index 200c2e692b..931aaf609a 100644 --- a/.github/workflows/core-integration-test.yml +++ b/.github/workflows/core-integration-test.yml @@ -12,7 +12,6 @@ on: outputs: integration_test_report: value: ${{ steps.cache.outputs.cache-hit != 'true' }} - type: boolean jobs: postgres: diff --git a/.github/workflows/core-unit-test.yml b/.github/workflows/core-unit-test.yml index f878cd056c..93661e284b 100644 --- a/.github/workflows/core-unit-test.yml +++ b/.github/workflows/core-unit-test.yml @@ -15,7 +15,6 @@ on: outputs: unit_test_report: value: ${{ steps.cache.outputs.cache-hit != 'true' }} - type: boolean jobs: test: