File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,12 @@ jobs:
148
148
149
149
- name : Install Ctrf
150
150
if : ${{ !cancelled() }}
151
- run : npm install github-actions-ctrf
151
+ run : |
152
+ cd E2E-tests
153
+ npm install github-actions-ctrf
152
154
153
155
- name : Generate Summary Report
154
156
if : ${{ !cancelled() }}
155
157
run : |
158
+ cd E2E-tests
156
159
npx github-actions-ctrf ctrf-report.json
Original file line number Diff line number Diff line change @@ -149,9 +149,12 @@ jobs:
149
149
150
150
- name : Install Ctrf
151
151
if : ${{ !cancelled() }}
152
- run : npm install github-actions-ctrf
152
+ run : |
153
+ cd E2E-tests
154
+ npm install github-actions-ctrf
153
155
154
156
- name : Generate Summary Report
155
157
if : ${{ !cancelled() }}
156
158
run : |
159
+ cd E2E-tests
157
160
npx github-actions-ctrf ctrf-report.json
You can’t perform that action at this time.
0 commit comments