From 5cbf9e76336bb49e3225401471ba97e036c7f4c1 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 01:53:50 +0100 Subject: [PATCH] testing 8 --- .forgejo/workflows/unlighthouse.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index c801deb..07092f7 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -15,14 +15,16 @@ jobs: steps: - name: Deps run: apt-get -y update; apt-get -y install curl - - name: Netstat - run: netstat -a - name: Test - run: curl http://firq-dev-website/ || true + run: curl http://firqdevwebsite/ || true - name: Test 2 - run: curl http://firq-dev-website:8081/ || true + run: curl http://firqdevwebsite:8081/ || true - name: Test 3 - run: curl http://firq-dev-website:12000/ || true + run: curl http://firqdevwebsite:12000/ || true + - name: Test 4 + run: curl firqdevwebsite || true + - name: Test 5 + run: curl firqdevwebsite:12000 || true - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse