pin crdb version in unit tests

This commit is contained in:
Livio Spring
2025-03-04 16:16:07 +01:00
parent 15e8f19ed0
commit 7fbfa698de

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