dev #9

Merged
Firq merged 33 commits from dev into main 2023-12-21 11:27:53 +00:00
Showing only changes of commit 1e672c1a10 - Show all commits

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