Try to fix lighthouse
This commit is contained in:
parent
a70fbf2154
commit
c9e6c5b3a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stats.yml
vendored
2
.github/workflows/stats.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue