Skip to content

Commit 6daf1e3

Browse files
committed
Pipeline: fix the report file path
1 parent 07ee7c0 commit 6daf1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Run the test that generates the plots report.
5050
run: |
5151
pytest tests/IVIMmodels/unit_tests/test_ivim_fit.py --json-report
52+
mv .report.json utilities/
5253
python utilities/report-summary.py .report.json report-summary.json
5354
5455
- name: 'Filter and compress results file.'

0 commit comments

Comments
 (0)