dev #9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue