diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index c87539d..49b799f 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -13,29 +13,11 @@ jobs: image: forgejo.neshweb.net/firq/firq-dev-website:preview options: >- --workdir / - ports: - - 26400:8081 steps: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 - - name: test - run: curl -v -o - "http://localhost:26400/" || true - - name: test - run: curl -v -o - "http://localhost:8081/" || true - - name: test - run: curl -v -o - "http://website:26400/" || true - - name: test - run: curl -v -o - "http://website:8081/" || true - - name: test - run: curl -v -o - "http://website/" || true - - name: test - run: curl -v -o - "website" || true - - name: test - run: curl -v -o - "website:26400" || true - - name: test - run: curl -v -o - "website:8081" || true - name: Run unlighthouse - run: unlighthouse-ci --site "http://localhost:26400/" --disable-dynamic-sampling + run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports