Updated url
This commit is contained in:
parent
4d4271a5da
commit
93ea52b3a6
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ jobs:
|
||||||
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:
|
services:
|
||||||
websitecontainer:
|
website:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
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 "http://websitecontainer:8081/" --disable-dynamic-sampling
|
run: unlighthouse-ci --site "http://website/" --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