From 85711e41b1ddb08b8c8572a56144adabb2c5caa6 Mon Sep 17 00:00:00 2001 From: pablopunk Date: Tue, 2 Feb 2021 22:57:38 +0100 Subject: [PATCH] Remove lighthouse --- .github/workflows/lighthouse.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/lighthouse.yml diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml deleted file mode 100644 index efaa91b0..00000000 --- a/.github/workflows/lighthouse.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Lighthouse Score -on: [push] -jobs: - lighthouse: - runs-on: ubuntu-latest - steps: - - uses: UnlyEd/github-action-await-vercel@v1.1.0 - id: await-vercel - env: - VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - with: - deployment-url: pablopunk.com - timeout: 10 - - name: Display deployment status - run: 'echo The deployment at ${{ fromJson(steps.await-vercel.outputs.deploymentDetails).url }} is ${{ fromJson(steps.await-vercel.outputs.deploymentDetails).readyState }}' - - run: mkdir /tmp/artifacts - - name: Lighthouse - uses: foo-software/lighthouse-check-action@master - with: - urls: 'https://pablopunk.com' - outputDirectory: /tmp/artifacts - - name: Upload results - uses: actions/upload-artifact@master - with: - name: Lighthouse reports - path: /tmp/artifacts