Skip to content

Commit d6d4b9e

Browse files
authored
Merge branch 'main' into 3318-RavenDB-state-store-new
2 parents 026dbb2 + d0e5520 commit d6d4b9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ jobs:
232232
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
233233
aws-region: us-west-1
234234

235+
- name: Set RavenDB env vars
236+
if: matrix.require-ravendb-credentials == 'true'
237+
run: |
238+
echo "::add-mask::${{ secrets.RAVENDBLICENSE }}"
239+
echo "RAVENDBLICENSE=${{ secrets.RAVENDBLICENSE }}" >> $GITHUB_ENV
240+
235241
- name: Start MongoDB
236242
if: matrix.mongodb-version != ''
237243
uses: supercharge/mongodb-github-action@1.8.0

0 commit comments

Comments
 (0)