From 86ee37e441583aaf2ac93b737eee508ec71c34bc Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 18:56:16 +0200 Subject: [PATCH] test stupid --- .forgejo/workflows/unlighthouse.yml | 2 ++ 1 file changed, 2 insertions(+) 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