Add testing ci pipeline #1

Merged
HashDot merged 13 commits from ci/testing into main 2024-10-01 17:04:14 +00:00
Showing only changes of commit 2ebc5cae9c - Show all commits

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