work?
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ deploy-unlighthouse-files (push) Successful in 6s
/ unlighthouse (push) Successful in 1m54s
/ deploy-unlighthouse-site (push) Successful in 5s

This commit is contained in:
Firq 2024-10-22 18:58:09 +02:00
parent 86ee37e441
commit 6e3d23e8f7
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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