We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0662f8 commit 52a00edCopy full SHA for 52a00ed
1 file changed
.github/workflows/run_tests.yml
@@ -12,9 +12,12 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: ikalnytskyi/action-setup-postgres@v7
16
- name: Install postgres
17
run: |
+ sudo atp update
18
+ sudo apt install postgresql postgresql-contrib
19
+ sudo systemctl status postgresql
20
+ sudo systemclt start postgresql
21
psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
22
psql service=postgres -c "SELECT 1"
23
psql -c "SELECT 1"
0 commit comments