File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
run : |
23
23
cd qa/benchmarks
24
24
mkdir report
25
- mkdir tmp-results
25
+ mkdir tmp_path_root
26
26
pytest \
27
27
--random-subset=1 \
28
28
-k max_ndvi_fail_intentionally \
29
29
--html report/report.html --self-contained-html \
30
30
--track-metrics-report=report/metrics.json \
31
- --basetemp=tmp-results \
31
+ --basetemp=tmp_path_root \
32
32
--upload-assets-run-id="gh-$GITHUB_RUN_ID" \
33
33
--upload-assets-endpoint-url="https://s3.waw3-1.cloudferro.com" \
34
34
--upload-assets-bucket="APEx-benchmarks"
42
42
run : ls -alR qa/benchmarks/report
43
43
- name : List local results
44
44
if : always()
45
- run : ls -alR qa/benchmarks/tmp-results
45
+ run : ls -alR qa/benchmarks/tmp_path_root
46
46
- name : upload report
47
47
uses : actions/upload-artifact@v4
48
48
if : always()
Original file line number Diff line number Diff line change 1
1
report /
2
+ tmp_path_root /
You can’t perform that action at this time.
0 commit comments