mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 11:08:55 +00:00
infra: mongodb env vars (#18347)
This commit is contained in:
parent
72bfc1d3db
commit
4e27e66938
1
.github/workflows/_integration_test.yml
vendored
1
.github/workflows/_integration_test.yml
vendored
@ -74,6 +74,7 @@ jobs:
|
|||||||
ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }}
|
ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }}
|
||||||
ES_API_KEY: ${{ secrets.ES_API_KEY }}
|
ES_API_KEY: ${{ secrets.ES_API_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for airbyte
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for airbyte
|
||||||
|
MONGODB_ATLAS_URI: ${{ secrets.MONGODB_ATLAS_URI }}
|
||||||
run: |
|
run: |
|
||||||
make integration_tests
|
make integration_tests
|
||||||
|
|
||||||
|
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@ -195,6 +195,7 @@ jobs:
|
|||||||
ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }}
|
ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }}
|
||||||
ES_API_KEY: ${{ secrets.ES_API_KEY }}
|
ES_API_KEY: ${{ secrets.ES_API_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for airbyte
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for airbyte
|
||||||
|
MONGODB_ATLAS_URI: ${{ secrets.MONGODB_ATLAS_URI }}
|
||||||
run: make integration_tests
|
run: make integration_tests
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user