mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
chore: always run tests for coverage
This commit is contained in:
4
.github/workflows/core-coverage.yml
vendored
4
.github/workflows/core-coverage.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/core-integration-test.yml
vendored
2
.github/workflows/core-integration-test.yml
vendored
@@ -16,7 +16,7 @@ on:
|
||||
jobs:
|
||||
postgres:
|
||||
outputs:
|
||||
integration_test_report: true
|
||||
integration_test_report: "true"
|
||||
runs-on:
|
||||
group: zitadel-public
|
||||
services:
|
||||
|
2
.github/workflows/core-unit-test.yml
vendored
2
.github/workflows/core-unit-test.yml
vendored
@@ -19,7 +19,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
outputs:
|
||||
unit_test_report: true
|
||||
unit_test_report: "true"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
Reference in New Issue
Block a user