chore: pin CRDB version on unit tests

(cherry picked from commit 7cf7009a3b)
This commit is contained in:
Livio Spring
2025-03-04 16:03:09 +01:00
parent 0f430e2a74
commit 754be401a2
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ jobs:
go_version: "1.22"
core_cache_key: ${{ needs.core.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }}
crdb_version: "v24.2.4"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

View File

@@ -57,7 +57,7 @@ jobs:
-
name: test
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
uses: codecov/codecov-action@v4.3.0