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
|
||||
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.3.0
|
||||
services:
|
||||
websitecontainer:
|
||||
website:
|
||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- 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
|
||||
run: cp serve.json unlighthouse-reports
|
||||
- name: Upload reports
|
||||
|
|
Loading…
Reference in a new issue