This commit is contained in:
parent
c81d62d9da
commit
803afea55e
@ -24,11 +24,18 @@ jobs:
|
|||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432/tcp
|
||||||
steps:
|
steps:
|
||||||
- name: docker ps
|
- name: docker ps
|
||||||
run: docker ps
|
run: docker ps
|
||||||
|
|
||||||
|
- name: some
|
||||||
|
run: echo ${{ job.services.postgres.ports[5432] }}
|
||||||
|
|
||||||
|
- name: some1
|
||||||
|
run: echo ${{ job.services.postgres }}
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user