We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcf93cc + a595a80 commit 3cbaa52Copy full SHA for 3cbaa52
.github/workflows/ci-cd.yml
@@ -594,6 +594,7 @@ jobs:
594
env:
595
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
596
LHCI_TOKEN: ${{ secrets.LHCI_TOKEN }}
597
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
598
599
- name: Upload performance results
600
uses: actions/upload-artifact@v4
lighthouserc.js
@@ -9,7 +9,7 @@ module.exports = {
9
'http://localhost:3000/auth/signin',
10
'http://localhost:3000/protected/dashboard'
11
],
12
- startServerCommand: 'npm run start',
+ startServerCommand: 'npm run build && npm run start',
13
startServerReadyPattern: 'ready on',
14
startServerReadyTimeout: 30000,
15
numberOfRuns: 3,
0 commit comments