Testing ulh with service container
Some checks failed
/ get-version (push) Successful in 3s
/ astro-check (push) Successful in 13s
/ deploy-unlighthouse-files (push) Has been cancelled
/ deploy-unlighthouse-site (push) Has been cancelled
/ unlighthouse (push) Has been cancelled

This commit is contained in:
Firq 2024-10-22 17:15:09 +02:00
parent e859576215
commit 3fbb0d0196
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -7,11 +7,14 @@ jobs:
unlighthouse:
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.3.0
services:
websitecontainer:
image: forgejo.neshweb.net/firq/firq-dev-website:preview
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3
- name: Run unlighthouse
run: unlighthouse-ci --site "https://preview.firq.dev/" --disable-dynamic-sampling
run: unlighthouse-ci --site "https://websitecontainer:8081/" --disable-dynamic-sampling
- name: Prepare artifacts
run: cp serve.json unlighthouse-reports
- name: Upload reports