testing 15
Some checks failed
/ checking (push) Successful in 14s
/ unlighthouse (push) Has been cancelled

This commit is contained in:
Firq 2023-12-21 02:17:25 +01:00
parent 8a7abf0414
commit 1e672c1a10
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -10,6 +10,11 @@ jobs:
services: services:
firqdevwebsite: firqdevwebsite:
image: forgejo.neshweb.net/firq/firq-dev-website:preview 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: steps:
- name: Install Dependencies - name: Install Dependencies
run: npm install @unlighthouse/cli puppeteer run: npm install @unlighthouse/cli puppeteer