Skip to content

Commit c62a72d

Browse files
Update code
1 parent 61d2d6d commit c62a72d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,11 @@ jobs:
520520
with:
521521
name: lighthouse-report
522522
path: |
523-
.lighthouseci/*.html
524-
.lighthouseci/*.json
523+
frontend/.lighthouseci/*.html
524+
frontend/.lighthouseci/*.json
525525
if-no-files-found: ignore
526526
include-hidden-files: true
527+
retention-days: 30
527528

528529
build-production-images:
529530
name: Build Production Images

0 commit comments

Comments
 (0)