From 1e672c1a10ff6ca1d18d29f3e0893485bfe08b0c Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 02:17:25 +0100 Subject: [PATCH] testing 15 --- .forgejo/workflows/unlighthouse.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 56b038b..b43ae87 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -10,6 +10,11 @@ jobs: services: firqdevwebsite: image: forgejo.neshweb.net/firq/firq-dev-website:preview + options: >- + --health-cmd "curl --fail http://localhost:8081 || exit 1" + --health-interval 10s + --health-timeout 5s + --health-retries 5 steps: - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer