Skip to content

Commit

Permalink
fixing integration test (GoogleCloudPlatform#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakhajanchi authored Feb 13, 2023
1 parent 90c80b4 commit 1649377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-against-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
sudo bash -c "echo deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main >> /etc/apt/sources.list.d/pgdg.list"
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -yq install libpq-dev postgresql-client-12
sudo apt-get -yq install postgresql-client-12
- run: psql --version
- run: psql -f test_data/pg_dump.test.out

Expand Down

0 comments on commit 1649377

Please sign in to comment.