From dfd29ddc942f20d10063af94420e2c767c1490f3 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 01:58:08 +0100 Subject: [PATCH] testing 10 --- .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 e74a682..211a954 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -5,12 +5,10 @@ on: jobs: unlighthouse: - runs-on: docker + runs-on: dind services: firqdevwebsite: image: forgejo.neshweb.net/firq/firq-dev-website:preview - ports: - - 12000:8081 container: node:20-bookworm steps: - name: Deps @@ -18,7 +16,9 @@ jobs: - name: Test run: curl http://firqdevwebsite/ || true - name: Test 2 - run: curl http://localhost:12000/ || true + run: curl http://127.0.0.1:8081/ || true + - name: docker test + run: docker network ls - name: Install Dependencies run: npm install @unlighthouse/cli puppeteer - name: Run unlighthouse