From 7948fac47ad0bd720f35728d13de3c2ad0a1428f Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 18:07:29 +0200 Subject: [PATCH] more curl --- .forgejo/workflows/unlighthouse.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 476b887..1a08ad9 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -11,7 +11,7 @@ jobs: website: image: forgejo.neshweb.net/firq/firq-dev-website:preview options: >- - --health-cmd "curl -sS http://website/ || echo exit 1" + --health-cmd "curl -sS http://localhost:8081/ || echo exit 1" --health-interval 10s --health-timeout 5s --health-retries 5 @@ -24,6 +24,10 @@ jobs: run: curl -v -o - "http://website:8081/" || true - name: test 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 run: docker logs "${{ job.services.website.id }}" - name: Run unlighthouse