Skip to content

Commit 9d3a0bb

Browse files
attempt multiple paths
1 parent 53c8bca commit 9d3a0bb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,16 @@ jobs:
515515
- name: Check for report files (temporary debug)
516516
run: ls -la frontend/.lighthouseci
517517

518-
- name: Upload Ligthouse artifacts
518+
- name: Upload Lighthouse artifacts
519519
uses: actions/upload-artifact@v4
520520
with:
521-
name: lighthouse-reports
522-
path: /home/runner/work/Nest/Nest/frontend/.lighthouseci/**
521+
name: lighthouse-report
522+
path: |
523+
frontend/.lighthouseci/*.html
524+
frontend/.lighthouseci/*.json
525+
.lighthouseci/*.html
526+
.lighthouseci/*.html
527+
if-no-files-found: ignore
523528

524529
build-production-images:
525530
name: Build Production Images

0 commit comments

Comments
 (0)