mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Try to fix lighthouse
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user