testing 5
Some checks failed
/ checking (push) Successful in 16s
/ unlighthouse (push) Failing after 1m0s

This commit is contained in:
Firq 2023-12-21 01:36:54 +01:00
parent edce15b262
commit 9d4fab7c56
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -7,7 +7,7 @@ jobs:
unlighthouse: unlighthouse:
runs-on: docker runs-on: docker
services: services:
website: firq-dev-website:
image: forgejo.neshweb.net/firq/firq-dev-website:preview image: forgejo.neshweb.net/firq/firq-dev-website:preview
ports: ports:
- 12000:8081 - 12000:8081
@ -15,11 +15,11 @@ jobs:
- name: Deps - name: Deps
run: apt-get -y update; apt-get -y install curl run: apt-get -y update; apt-get -y install curl
- name: Test - name: Test
run: curl http://website/ run: curl http://firq-dev-website/ || true
- name: Test 2 - name: Test 2
run: curl http://website:8081/ run: curl http://firq-dev-website:8081/ || true
- name: Test 3 - name: Test 3
run: curl http://website:12000/ run: curl http://firq-dev-website:12000/ || true
- name: Install Dependencies - name: Install Dependencies
run: npm install @unlighthouse/cli puppeteer run: npm install @unlighthouse/cli puppeteer
- name: Run unlighthouse - name: Run unlighthouse