test localhost
This commit is contained in:
parent
93ea52b3a6
commit
aad69a3e77
1 changed files with 3 additions and 1 deletions
|
@ -10,11 +10,13 @@ jobs:
|
||||||
services:
|
services:
|
||||||
website:
|
website:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||||
|
ports:
|
||||||
|
- 18081:8081
|
||||||
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://website/" --disable-dynamic-sampling
|
run: unlighthouse-ci --site "http://localhost:18081/" --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