From aad69a3e77a04ee1c7e41de1485ae610599d5137 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 17:35:31 +0200 Subject: [PATCH] test localhost --- .forgejo/workflows/unlighthouse.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 73d38c6..563fd13 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -10,11 +10,13 @@ jobs: services: website: image: forgejo.neshweb.net/firq/firq-dev-website:preview + ports: + - 18081:8081 steps: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 - name: Run unlighthouse - run: unlighthouse-ci --site "http://website/" --disable-dynamic-sampling + run: unlighthouse-ci --site "http://localhost:18081/" --disable-dynamic-sampling - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports