more curl
Some checks failed
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ deploy-unlighthouse-files (push) Has been skipped
/ unlighthouse (push) Failing after 3s
/ deploy-unlighthouse-site (push) Has been skipped

This commit is contained in:
Firq 2024-10-22 18:07:29 +02:00
parent 7ad7efe0e2
commit 7948fac47a
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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