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 9d3a0bb commit 61d2d6dCopy full SHA for 61d2d6d
.github/workflows/run-ci-cd.yaml
@@ -520,11 +520,10 @@ jobs:
520
with:
521
name: lighthouse-report
522
path: |
523
- frontend/.lighthouseci/*.html
524
- frontend/.lighthouseci/*.json
525
- .lighthouseci/*.html
526
.lighthouseci/*.html
+ .lighthouseci/*.json
527
if-no-files-found: ignore
+ include-hidden-files: true
528
529
build-production-images:
530
name: Build Production Images
0 commit comments