diff --git a/.github/infrastructure/docker-compose-ravendb.yml b/.github/infrastructure/docker-compose-ravendb.yml index e020048a3..cd00c9a58 100644 --- a/.github/infrastructure/docker-compose-ravendb.yml +++ b/.github/infrastructure/docker-compose-ravendb.yml @@ -5,7 +5,7 @@ services: ports: - "8080:8080" environment: - - RAVEN_LICENSE=${RavenDbLicense} + - RAVEN_LICENSE=${RAVENDBLICENSE} - RAVEN_DATABASE=testdapr - RAVEN_Setup_Mode=None - RAVEN_License_Eula_Accepted=true diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index ed98baa84..d8bdc2f2b 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -96,6 +96,7 @@ jobs: UNIQUE_ID: ${{github.run_id}}-${{github.run_attempt}} GOCOV_VER: "v1.1.0" GOTESTSUM_VER: "v1.9.0" + RAVENDBLICENSE: ${{ secrets.RAVENDBLICENSE }} defaults: run: shell: bash