testing 10
This commit is contained in:
parent
d509e40f2a
commit
dfd29ddc94
1 changed files with 4 additions and 4 deletions
|
@ -5,12 +5,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
runs-on: docker
|
runs-on: dind
|
||||||
services:
|
services:
|
||||||
firqdevwebsite:
|
firqdevwebsite:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||||
ports:
|
|
||||||
- 12000:8081
|
|
||||||
container: node:20-bookworm
|
container: node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Deps
|
- name: Deps
|
||||||
|
@ -18,7 +16,9 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: curl http://firqdevwebsite/ || true
|
run: curl http://firqdevwebsite/ || true
|
||||||
- name: Test 2
|
- name: Test 2
|
||||||
run: curl http://localhost:12000/ || true
|
run: curl http://127.0.0.1:8081/ || true
|
||||||
|
- name: docker test
|
||||||
|
run: docker network ls
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install @unlighthouse/cli puppeteer
|
run: npm install @unlighthouse/cli puppeteer
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
|
|
Loading…
Reference in a new issue