curl
Some checks failed
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ unlighthouse (push) Failing after 3s
/ deploy-unlighthouse-files (push) Has been skipped
/ deploy-unlighthouse-site (push) Has been skipped

This commit is contained in:
Firq 2024-10-22 17:40:29 +02:00
parent e020bb1c18
commit 52923ad819
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -20,6 +20,12 @@ jobs:
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3
- name: test
run: curl "http://localhost:8081/"
- name: test2
run: curl "http://website:8081/"
- name: test3
run: curl "http://website/"
- name: Run unlighthouse
run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling
- name: Prepare artifacts