more curl
This commit is contained in:
parent
7ad7efe0e2
commit
7948fac47a
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
website:
|
website:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "curl -sS http://website/ || echo exit 1"
|
--health-cmd "curl -sS http://localhost:8081/ || echo exit 1"
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
|
@ -24,6 +24,10 @@ jobs:
|
||||||
run: curl -v -o - "http://website:8081/" || true
|
run: curl -v -o - "http://website:8081/" || true
|
||||||
- name: test
|
- name: test
|
||||||
run: curl -v -o - "http://website/" || true
|
run: curl -v -o - "http://website/" || true
|
||||||
|
- name: test
|
||||||
|
run: curl -v -o - "website" || true
|
||||||
|
- name: test
|
||||||
|
run: curl -v -o - "website:8081" || true
|
||||||
- name: logs
|
- name: logs
|
||||||
run: docker logs "${{ job.services.website.id }}"
|
run: docker logs "${{ job.services.website.id }}"
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
|
|
Loading…
Reference in a new issue