mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:49:35 +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:
|
inputs:
|
||||||
unit_test_report:
|
unit_test_report:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: string
|
||||||
integration_test_report:
|
integration_test_report:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: string
|
||||||
secrets:
|
secrets:
|
||||||
CODECOV_TOKEN:
|
CODECOV_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
2
.github/workflows/core-integration-test.yml
vendored
2
.github/workflows/core-integration-test.yml
vendored
@@ -16,7 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
postgres:
|
postgres:
|
||||||
outputs:
|
outputs:
|
||||||
integration_test_report: true
|
integration_test_report: "true"
|
||||||
runs-on:
|
runs-on:
|
||||||
group: zitadel-public
|
group: zitadel-public
|
||||||
services:
|
services:
|
||||||
|
2
.github/workflows/core-unit-test.yml
vendored
2
.github/workflows/core-unit-test.yml
vendored
@@ -19,7 +19,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
outputs:
|
outputs:
|
||||||
unit_test_report: true
|
unit_test_report: "true"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
Reference in New Issue
Block a user