Skip to content

Commit abf2049

Browse files
fix artifact directory
1 parent acef165 commit abf2049

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -512,19 +512,15 @@ jobs:
512512
run: |
513513
pnpm run lighthouse-ci
514514
515-
- name: Check for report files (temporary debug)
516-
run: ls -la frontend/
517515
- name: Check for report files (temporary debug)
518516
run: ls -la frontend/.lighthouseci
519-
- name: Check for report files (temporary debug)
520-
run: ls -la ./
521517

522518
- name: Upload Ligthouse artifacts
523519
if: always()
524520
uses: actions/upload-artifact@v4
525521
with:
526522
name: lighthouse-reports
527-
path: frontend/.lighthouseci
523+
path: frontend/.lighthouseci/*.html
528524

529525
build-production-images:
530526
name: Build Production Images

0 commit comments

Comments
 (0)