From d509e40f2a876d69209aeceb35b219a70924db01 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 01:54:57 +0100 Subject: [PATCH] testing 9 --- .forgejo/workflows/unlighthouse.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 07092f7..e74a682 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -18,13 +18,7 @@ jobs: - name: Test run: curl http://firqdevwebsite/ || true - name: Test 2 - run: curl http://firqdevwebsite:8081/ || true - - name: Test 3 - run: curl http://firqdevwebsite:12000/ || true - - name: Test 4 - run: curl firqdevwebsite || true - - name: Test 5 - run: curl firqdevwebsite:12000 || true + run: curl http://localhost:12000/ || true - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse