Skip to content

Commit 3463452

Browse files
committed
test8
1 parent 66c0890 commit 3463452

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ jobs:
4747
done
4848
echo "PostgreSQL failed to start!" && exit 1
4949
50+
- name: Debug DATABASE_URL
51+
run: echo $DATABASE_URL
52+
53+
- name: Check Database Connection
54+
run: |
55+
PGPASSWORD=12345678 psql -h localhost -U postgres -d database_services_test -c "\dt"
56+
57+
5058
- name: Check PostgreSQL logs
5159
run: docker logs $(docker ps -q --filter "ancestor=postgres:13")
5260

0 commit comments

Comments
 (0)