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