ci: docker ps
Some checks failed
Test / build (push) Failing after 32s

This commit is contained in:
Lars Hampe 2024-10-01 17:55:04 +02:00
parent 0a0c2a131a
commit 2ebc5cae9c

View File

@ -26,8 +26,8 @@ jobs:
ports:
- 5432:5432
steps:
- name: test ping
run: ping postgres
- name: docker ps
run: docker ps
- name: Checkout
uses: actions/checkout@v3