From 10c696f0627fe251e01137ff92d812286f540de3 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 5 Dec 2023 20:35:32 +0000 Subject: [PATCH] lighthouse --- .gitea/workflows/deploy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 6a801ba..ae79431 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -96,10 +96,7 @@ jobs: # Lighthouse Analysis Step - name: Lighthouse Analysis 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" + docker run --rm -v ${{ github.workspace }}/lighthouse-reports:/lighthouse-reports femtopixel/google-lighthouse http://liveserver/ --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage" # Notify-Lighthouse Step - name: Notify Lighthouse