This commit is contained in:
parent
316e7c336b
commit
e5ca5eaeb1
1 changed files with 1 additions and 1 deletions
|
@ -6,10 +6,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
|
container: node:20-bookworm
|
||||||
services:
|
services:
|
||||||
firqdevwebsite:
|
firqdevwebsite:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||||
container: node:20-bookworm
|
|
||||||
steps: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
|
steps: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install @unlighthouse/cli puppeteer
|
run: npm install @unlighthouse/cli puppeteer
|
||||||
|
|
Loading…
Reference in a new issue