mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 17:55:56 +00:00
pin crdb version in unit tests
This commit is contained in:
2
.github/workflows/core-unit-test.yml
vendored
2
.github/workflows/core-unit-test.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: test
|
name: test
|
||||||
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
||||||
run: make core_unit_test
|
run: export ZITADEL_CRDB_VERSION="${{ inputs.crdb_version }}" && make core_unit_test
|
||||||
-
|
-
|
||||||
name: publish coverage
|
name: publish coverage
|
||||||
uses: codecov/codecov-action@v4.3.0
|
uses: codecov/codecov-action@v4.3.0
|
||||||
|
Reference in New Issue
Block a user