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 abf2049 commit a6fa17dCopy full SHA for a6fa17d
.github/workflows/run-ci-cd.yaml
@@ -518,9 +518,10 @@ jobs:
518
- name: Upload Ligthouse artifacts
519
if: always()
520
uses: actions/upload-artifact@v4
521
+ working-directory: frontend
522
with:
523
name: lighthouse-reports
- path: frontend/.lighthouseci/*.html
524
+ path: .lighthouseci/*.html
525
526
build-production-images:
527
name: Build Production Images
0 commit comments