From 9f225b0708b3237e4309db5a3ae8fdc25132cd2b Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 18:50:23 +0200 Subject: [PATCH] test again --- .forgejo/workflows/unlighthouse.yml | 4 ++++ 1 file changed, 4 insertions(+) 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