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 a6fa17d commit ed7f43eCopy full SHA for ed7f43e
.github/workflows/run-ci-cd.yaml
@@ -518,10 +518,9 @@ 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
524
- path: .lighthouseci/*.html
+ path: frontend/.lighthouseci/*.html
525
526
build-production-images:
527
name: Build Production Images
0 commit comments