Skip to content

Commit 350a0fe

Browse files
committed
Workflow: Fixed mv command from path
1 parent 6103889 commit 350a0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
path: ./main-report
7777
- name: Move the main report artifact to same directory as pr report
7878
run: |
79-
mv ./main-report/main-report.json ./lighthouse-reports
79+
ls -al ./main-report
80+
mv ./main-report/lighthouse-reports-main ./lighthouse-reports
8081
- name: Compare the artifacts for negative differences in performance
8182
continue-on-error: true
8283
run: |

0 commit comments

Comments
 (0)