Skip to content

Commit

Permalink
feat: add cloudsql integration test (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan325 authored Dec 20, 2023
1 parent 94a5df3 commit 764ffeb
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 13 deletions.
2 changes: 1 addition & 1 deletion retrieval_service/alloydb.tests.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ steps:
# Set env var expected by tests
export DB_USER=$$PGUSER
export DB_PASS=$$PGPASSWORD
python -m pytest
python -m pytest datastore/providers/postgres_test.py
- id: Run database export
name: python:3.11
Expand Down
Loading

0 comments on commit 764ffeb

Please sign in to comment.