work?
This commit is contained in:
parent
86ee37e441
commit
6e3d23e8f7
1 changed files with 1 additions and 19 deletions
|
@ -13,29 +13,11 @@ jobs:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
image: forgejo.neshweb.net/firq/firq-dev-website:preview
|
||||||
options: >-
|
options: >-
|
||||||
--workdir /
|
--workdir /
|
||||||
ports:
|
|
||||||
- 26400: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: test
|
|
||||||
run: curl -v -o - "http://localhost:26400/" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "http://localhost:8081/" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "http://website:26400/" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "http://website:8081/" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "http://website/" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "website" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "website:26400" || true
|
|
||||||
- name: test
|
|
||||||
run: curl -v -o - "website:8081" || true
|
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
run: unlighthouse-ci --site "http://localhost:26400/" --disable-dynamic-sampling
|
run: unlighthouse-ci --site "http://localhost: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