Disabled dynamic smapling for Unlighthouse
All checks were successful
/ checking (push) Successful in 11s
/ deploy-unlighthouse-files (push) Successful in 7s
/ unlighthouse (push) Successful in 55s
/ deploy-unlighthouse-site (push) Successful in 5s

This commit is contained in:
Firq 2024-05-15 00:08:02 +02:00
parent d17e6ff986
commit b064bda7d8
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -12,7 +12,7 @@ jobs:
- 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 "https://preview.fgo-ta.com/" run: unlighthouse-ci --site "https://preview.fgo-ta.com/" --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