chore: always run tests for coverage

This commit is contained in:
Stefan Benz
2025-07-09 16:56:16 +02:00
parent 8459edeff8
commit 8be30f7450
3 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@ on:
inputs:
unit_test_report:
required: true
type: boolean
type: string
integration_test_report:
required: true
type: boolean
type: string
secrets:
CODECOV_TOKEN:
required: true

View File

@@ -16,7 +16,7 @@ on:
jobs:
postgres:
outputs:
integration_test_report: true
integration_test_report: "true"
runs-on:
group: zitadel-public
services:

View File

@@ -19,7 +19,7 @@ on:
jobs:
test:
outputs:
unit_test_report: true
unit_test_report: "true"
runs-on: ubuntu-latest
steps:
-