mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
infra: vertex integration test creds (#15609)
This commit is contained in:
parent
ebc75c5ca7
commit
1a42ad353a
6
.github/workflows/_integration_test.yml
vendored
6
.github/workflows/_integration_test.yml
vendored
@ -37,6 +37,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: poetry install --with test,test_integration
|
run: poetry install --with test,test_integration
|
||||||
|
|
||||||
|
- name: 'Authenticate to Google Cloud'
|
||||||
|
id: 'auth'
|
||||||
|
uses: google-github-actions/auth@v2
|
||||||
|
with:
|
||||||
|
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
6
.github/workflows/_release.yml
vendored
6
.github/workflows/_release.yml
vendored
@ -149,6 +149,12 @@ jobs:
|
|||||||
run: make tests
|
run: make tests
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
|
- name: 'Authenticate to Google Cloud'
|
||||||
|
id: 'auth'
|
||||||
|
uses: google-github-actions/auth@v2
|
||||||
|
with:
|
||||||
|
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }}
|
if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user