diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 1c67287..21063e7 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -22,12 +22,16 @@ jobs: run: curl -v -o - "http://localhost:26400/" || 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 - name: Prepare artifacts