We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acef165 commit abf2049Copy full SHA for abf2049
.github/workflows/run-ci-cd.yaml
@@ -512,19 +512,15 @@ jobs:
512
run: |
513
pnpm run lighthouse-ci
514
515
- - name: Check for report files (temporary debug)
516
- run: ls -la frontend/
517
- name: Check for report files (temporary debug)
518
run: ls -la frontend/.lighthouseci
519
520
- run: ls -la ./
521
522
- name: Upload Ligthouse artifacts
523
if: always()
524
uses: actions/upload-artifact@v4
525
with:
526
name: lighthouse-reports
527
- path: frontend/.lighthouseci
+ path: frontend/.lighthouseci/*.html
528
529
build-production-images:
530
name: Build Production Images
0 commit comments