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 803afea55e - Show all commits

View File

@ -24,11 +24,18 @@ jobs:
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
- 5432/tcp
steps:
- name: docker ps
run: docker ps
- name: some
run: echo ${{ job.services.postgres.ports[5432] }}
- name: some1
run: echo ${{ job.services.postgres }}
- name: Checkout
uses: actions/checkout@v3
with: