Skip to content

Commit acef165

Browse files
add debugging step
1 parent 2121462 commit acef165

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-ci-cd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,13 @@ jobs:
512512
run: |
513513
pnpm run lighthouse-ci
514514
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+
- name: Check for report files (temporary debug)
520+
run: ls -la ./
521+
515522
- name: Upload Ligthouse artifacts
516523
if: always()
517524
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)