From 316e7c336b0f9b657c37aeba0e975f44c4b5890d Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 02:00:25 +0100 Subject: [PATCH] testing 11 --- .forgejo/workflows/unlighthouse.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 211a954..f8bacf0 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -10,19 +10,11 @@ jobs: firqdevwebsite: image: forgejo.neshweb.net/firq/firq-dev-website:preview container: node:20-bookworm - steps: - - name: Deps - run: apt-get -y update; apt-get -y install curl - - name: Test - run: curl http://firqdevwebsite/ || true - - name: Test 2 - run: curl http://127.0.0.1:8081/ || true - - name: docker test - run: docker network ls + steps: registry.gitlab.com/gitlab-ci-utils/lighthouse:latest - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse - run: node_modules/.bin/unlighthouse-ci --site "website" + run: node_modules/.bin/unlighthouse-ci --site "firqdevwebsite:8081" - name: Upload reports uses: actions/upload-artifact@v3 with: