Skip to content

Commit 43d67eb

Browse files
authored
Merge pull request #223 from codeunia-dev/production-readiness-improvements
Production readiness improvements
2 parents dfc7e28 + 3b0bda0 commit 43d67eb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -590,13 +590,7 @@ jobs:
590590
- name: Run Lighthouse CI
591591
run: |
592592
npm install -g @lhci/cli@0.12.x
593-
env:
594-
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
595-
LHCI_TOKEN: ${{ secrets.LHCI_TOKEN }}
596-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
597-
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
598-
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
599-
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
593+
lhci autorun --assert.assertions.categories:performance=warn --assert.assertions.categories:accessibility=warn --assert.assertions.categories:best-practices=warn --assert.assertions.categories:seo=warn --assert.assertions.first-contentful-paint=warn --assert.assertions.largest-contentful-paint=warn --assert.assertions.cumulative-layout-shift=warn --assert.assertions.total-blocking-time=warn --assert.assertions.speed-index=warn
600594
env:
601595
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
602596
LHCI_TOKEN: ${{ secrets.LHCI_TOKEN }}

0 commit comments

Comments
 (0)