From 1575997c4d7eed01e01bcae6de8a7d61cebedf22 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 17:19:04 +0200 Subject: [PATCH] Updated url --- .forgejo/workflows/unlighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index a9b5526..3339775 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 - name: Run unlighthouse - run: unlighthouse-ci --site "https://websitecontainer:8081/" --disable-dynamic-sampling + run: unlighthouse-ci --site "websitecontainer:8081/" --disable-dynamic-sampling - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports