Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Oct 16, 2023
1 parent 4a0d4e8 commit 9f9aa06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
echo $!
echo CLOUD_SQL_PROXY_PID=$(echo $!) >> $GITHUB_ENV
- run: |
apt-get update
apt-get install --yes --no-install-recommends postgresql-client
sudo apt-get update
sudo apt-get install --yes --no-install-recommends postgresql-client
- run: |
PGPASSWORD=bad psql -h 127.0.0.1 -U postgres -c 'SELECT NOW()'

0 comments on commit 9f9aa06

Please sign in to comment.