We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c0890 commit 3463452Copy full SHA for 3463452
1 file changed
.github/workflows/test.yml
@@ -47,6 +47,14 @@ jobs:
47
done
48
echo "PostgreSQL failed to start!" && exit 1
49
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
58
- name: Check PostgreSQL logs
59
run: docker logs $(docker ps -q --filter "ancestor=postgres:13")
60
0 commit comments