File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 args :
3030 - -c
3131 - |
32- wget -O /workspace/cloud_sql_proxy https://storage.googleapis.com/cloudsql- proxy/v1.37 .0/cloud_sql_proxy .linux.386
33- chmod +x /workspace/cloud_sql_proxy
32+ wget -O /workspace/cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql- proxy/v2.13 .0/cloud-sql-proxy .linux.386
33+ chmod +x /workspace/cloud-sql-proxy
3434
3535 - id : Run integration tests
3636 name : python:${_VERSION}
4545 args :
4646 - " -c"
4747 - |
48- /workspace/cloud_sql_proxy -dir=/workspace -instances= ${_INSTANCE_CONNECTION_NAME}=tcp:$_IP_ADDRESS: $_DATABASE_PORT & sleep 2;
48+ /workspace/cloud-sql-proxy ${_INSTANCE_CONNECTION_NAME} --port $_DATABASE_PORT & sleep 2;
4949 python -m pytest --cov=langchain_google_cloud_sql_pg --cov-config=.coveragerc tests/
5050
5151availableSecrets :
You can’t perform that action at this time.
0 commit comments