From 9d4fab7c56fe4962a82c0eb0657b38e6c5cde2d6 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 01:36:54 +0100 Subject: [PATCH] testing 5 --- .forgejo/workflows/unlighthouse.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 4d291d3..40a34aa 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -7,7 +7,7 @@ jobs: unlighthouse: runs-on: docker services: - website: + firq-dev-website: image: forgejo.neshweb.net/firq/firq-dev-website:preview ports: - 12000:8081 @@ -15,11 +15,11 @@ jobs: - name: Deps run: apt-get -y update; apt-get -y install curl - name: Test - run: curl http://website/ + run: curl http://firq-dev-website/ || true - name: Test 2 - run: curl http://website:8081/ + run: curl http://firq-dev-website:8081/ || true - name: Test 3 - run: curl http://website:12000/ + run: curl http://firq-dev-website:12000/ || true - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse