We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e67393 commit f5fb29bCopy full SHA for f5fb29b
.github/workflows/gradle.yml
@@ -36,7 +36,11 @@ jobs:
36
--health-retries 5
37
steps:
38
- name: Install psql client
39
- run: sudo apt-get update && sudo apt-get install -y postgresql-client
+ env:
40
+ DEBIAN_FRONTEND: noninteractive
41
+ run: |
42
+ apt-get update
43
+ apt-get install -y --no-install-recommends postgresql-client
44
- name: Create extensions
45
env:
46
PGPASSWORD: postgres_extensions
0 commit comments