Skip to content

Commit

Permalink
Don't ask for confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
theandrew168 committed May 4, 2024
1 parent 1e0f54f commit 0bbfeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install latest PostgreSQL client tools
run: |
sudo apt install -y postgresql-common
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
sudo apt install -y postgresql-client
- name: Checkout source
uses: actions/checkout@v2
Expand Down

0 comments on commit 0bbfeca

Please sign in to comment.