We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f20115 commit e53e0b4Copy full SHA for e53e0b4
.github/infrastructure/docker-compose-ravendb.yml
@@ -5,7 +5,7 @@ services:
5
ports:
6
- "8080:8080"
7
environment:
8
- - RAVEN_LICENSE=${RavenDbLicense}
+ - RAVEN_LICENSE=${RAVENDBLICENSE}
9
- RAVEN_DATABASE=testdapr
10
- RAVEN_Setup_Mode=None
11
- RAVEN_License_Eula_Accepted=true
.github/workflows/conformance.yml
@@ -96,6 +96,7 @@ jobs:
96
UNIQUE_ID: ${{github.run_id}}-${{github.run_attempt}}
97
GOCOV_VER: "v1.1.0"
98
GOTESTSUM_VER: "v1.9.0"
99
+ RAVENDBLICENSE: ${{ secrets.RAVENDBLICENSE }}
100
defaults:
101
run:
102
shell: bash
0 commit comments