1
0
Fork 0

Try to fix lighthouse

This commit is contained in:
Chocobozzz 2025-03-10 09:07:10 +01:00
parent a70fbf2154
commit c9e6c5b3a2
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -46,7 +46,7 @@ jobs:
run: |
sudo apt-get install chromium-browser
sudo npm install -g lighthouse
lighthouse --chrome-flags="--headless" https://peertube2.cpy.re --output=json --output-path=./lighthouse.json
lighthouse --chrome-flags="--disable-gpu --no-sandbox --no-zygote" https://peertube2.cpy.re --output=json --output-path=./lighthouse.json
- name: Display stats
if: github.event_name != 'pull_request'