Update stack-healthcheck.yml
This commit is contained in:
parent
9e4e295561
commit
ad44d84acf
5
.github/workflows/stack-healthcheck.yml
vendored
5
.github/workflows/stack-healthcheck.yml
vendored
@ -2,9 +2,8 @@
|
|||||||
name: Stack Healthcheck
|
name: Stack Healthcheck
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@ -16,4 +15,4 @@ jobs:
|
|||||||
run: docker-compose up -d
|
run: docker-compose up -d
|
||||||
|
|
||||||
- name: Test PGAdmin
|
- name: Test PGAdmin
|
||||||
run: docker run --network container:webapp-frontend appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3001/
|
run: docker run --network container:webapp-frontend appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3001/
|
||||||
|
Loading…
Reference in New Issue
Block a user