diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 6a8f5a1..c801deb 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -7,7 +7,7 @@ jobs: unlighthouse: runs-on: docker services: - firq-dev-website: + firqdevwebsite: image: forgejo.neshweb.net/firq/firq-dev-website:preview ports: - 12000:8081 @@ -15,6 +15,8 @@ jobs: steps: - name: Deps run: apt-get -y update; apt-get -y install curl + - name: Netstat + run: netstat -a - name: Test run: curl http://firq-dev-website/ || true - name: Test 2