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