From 3fbb0d0196adbe67acb8b7dd44fff12fcb82015c Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 17:15:09 +0200 Subject: [PATCH] Testing ulh with service container --- .forgejo/workflows/unlighthouse.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 523bd79..a9b5526 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -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