From 56410f9d337904fe976d80dafa52ac14d50cd716 Mon Sep 17 00:00:00 2001 From: Sanjeeb Lama <51410633+SanjeebLama@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:22:23 +0545 Subject: [PATCH] Fix A1: configurations --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7788543..bf22782 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,6 @@ jobs: vercel-args: --yes build-dir: apps/docs/.next - - name: Wait for Deployment run: | echo "Waiting for deployment to finish..." @@ -40,8 +39,9 @@ jobs: - name: Run Lighthouse Tests run: | + cd apps/docs npm install -g @lhci/cli@0.11.x - lhci autorun + lhci autorun --config apps/docs/lighthouserc.js env: LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}