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