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