diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 33692ac..03bb8f7 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -14,7 +14,7 @@ jobs: - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse - run: node_modules/.bin/unlighthouse-ci --site "website:8081" + run: node_modules/.bin/unlighthouse-ci --site "http://website:8081/" - name: Upload reports uses: actions/upload-artifact@v3 with: diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index a84333e..d289ab5 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -6,8 +6,5 @@ export default { budget: 90, buildStatic: true }, - server: { - hostname: 'website:8081' - }, outputPath: "unlighthouse-reports", }