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