From 6e3d23e8f7bf56e9527afe5a8ac8bec328cc067a Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 18:58:09 +0200 Subject: [PATCH] work? --- .forgejo/workflows/unlighthouse.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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