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 2121462 commit acef165Copy full SHA for acef165
.github/workflows/run-ci-cd.yaml
@@ -512,6 +512,13 @@ jobs:
512
run: |
513
pnpm run lighthouse-ci
514
515
+ - name: Check for report files (temporary debug)
516
+ run: ls -la frontend/
517
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
0 commit comments