From edce15b2628cdf3ec014f086b6b290fc895bd4fd Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 21 Dec 2023 01:33:23 +0100 Subject: [PATCH] testing 4 --- .forgejo/workflows/unlighthouse.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index b339c8d..4d291d3 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -6,7 +6,6 @@ on: jobs: unlighthouse: runs-on: docker - container: node:20.10.0-bookworm-slim services: website: image: forgejo.neshweb.net/firq/firq-dev-website:preview @@ -14,7 +13,7 @@ jobs: - 12000:8081 steps: - name: Deps - run: apt-get install curl -y + run: apt-get -y update; apt-get -y install curl - name: Test run: curl http://website/ - name: Test 2