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