testing 15
This commit is contained in:
parent
8a7abf0414
commit
1e672c1a10
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue