mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:47:32 +00:00
chore: combine test coverage for core tests
This commit is contained in:
1
.github/workflows/core-integration-test.yml
vendored
1
.github/workflows/core-integration-test.yml
vendored
@@ -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:
|
||||||
|
1
.github/workflows/core-unit-test.yml
vendored
1
.github/workflows/core-unit-test.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user