Testing ulh with service container
This commit is contained in:
parent
e859576215
commit
3fbb0d0196
1 changed files with 4 additions and 1 deletions
|
@ -7,11 +7,14 @@ jobs:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.3.0
|
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.3.0
|
||||||
|
services:
|
||||||
|
websitecontainer:
|
||||||
|
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
run: unlighthouse-ci --site "https://preview.firq.dev/" --disable-dynamic-sampling
|
run: unlighthouse-ci --site "https://websitecontainer:8081/" --disable-dynamic-sampling
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
run: cp serve.json unlighthouse-reports
|
run: cp serve.json unlighthouse-reports
|
||||||
- name: Upload reports
|
- name: Upload reports
|
||||||
|
|
Loading…
Reference in a new issue