diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 55a9e7d..0774d7a 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -13,6 +13,8 @@ jobs: ports: - 12000:8081 steps: + - name: Deps + run: apt-get install curl -y - name: Test run: curl http://website/ - name: Test 2