Try to fix lighthouse

This commit is contained in:
Chocobozzz
2025-03-10 09:07:10 +01:00
parent a70fbf2154
commit c9e6c5b3a2
+1 -1
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'