Skip to content

Commit 52a00ed

Browse files
committed
build(tests): installing postgresql raw dog
Refs: #1
1 parent f0662f8 commit 52a00ed

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: ikalnytskyi/action-setup-postgres@v7
1615
- name: Install postgres
1716
run: |
17+
sudo atp update
18+
sudo apt install postgresql postgresql-contrib
19+
sudo systemctl status postgresql
20+
sudo systemclt start postgresql
1821
psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
1922
psql service=postgres -c "SELECT 1"
2023
psql -c "SELECT 1"

0 commit comments

Comments
 (0)