diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 21063e7..c87539d 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -20,6 +20,8 @@ jobs: 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