This commit is contained in:
parent
c0b4482ac9
commit
b41047d687
@ -116,6 +116,7 @@ jobs:
|
||||
run: |
|
||||
ls -la
|
||||
mkdir -p ${{ github.workspace }}/lighthouse-reports
|
||||
chmod 777 ${{ github.workspace }}/lighthouse-reports
|
||||
docker run --rm -v ${{ github.workspace }}/lighthouse-reports:/lighthouse-reports femtopixel/google-lighthouse http://liveserver/ --output json --output-path ${{ github.workspace }}/lighthouse-reports/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
|
||||
|
||||
# Notify-Lighthouse Step
|
||||
|
Loading…
Reference in New Issue
Block a user