From 93ea52b3a6a42b46e54cc336cae259d07cff00b1 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 17:33:08 +0200 Subject: [PATCH] Updated url --- .forgejo/workflows/unlighthouse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 7c7c137..73d38c6 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -8,13 +8,13 @@ jobs: runs-on: docker container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.3.0 services: - websitecontainer: + website: 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 "http://websitecontainer:8081/" --disable-dynamic-sampling + run: unlighthouse-ci --site "http://website/" --disable-dynamic-sampling - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports