Skip to content

Commit

Permalink
Fix A1: configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeebLama committed Apr 24, 2023
1 parent 084adda commit 56410f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
vercel-args: --yes
build-dir: apps/docs/.next


- name: Wait for Deployment
run: |
echo "Waiting for deployment to finish..."
Expand All @@ -40,8 +39,9 @@ jobs:
- name: Run Lighthouse Tests
run: |
cd apps/docs
npm install -g @lhci/[email protected]
lhci autorun
lhci autorun --config apps/docs/lighthouserc.js
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

Expand Down

0 comments on commit 56410f9

Please sign in to comment.