Skip to content

Commit ed7f43e

Browse files
fix working-directory syntax
1 parent a6fa17d commit ed7f43e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,9 @@ jobs:
518518
- name: Upload Ligthouse artifacts
519519
if: always()
520520
uses: actions/upload-artifact@v4
521-
working-directory: frontend
522521
with:
523522
name: lighthouse-reports
524-
path: .lighthouseci/*.html
523+
path: frontend/.lighthouseci/*.html
525524

526525
build-production-images:
527526
name: Build Production Images

0 commit comments

Comments
 (0)