Skip to content

Commit 0899d03

Browse files
committed
Relocate nightly report combiner script
1 parent 36cc645 commit 0899d03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
python3 -m pip install pandas beautifulsoup4 openpyxl
127127
- name: Combine python reports
128128
run: |
129-
python3 tests/validation/tools/combine_reports.py \
129+
python3 .github/scripts/combine_reports.py \
130130
--report E810=python-reports/nightly-test-report-e810/report.html \
131131
--report "E810-Dell=python-reports/nightly-test-report-e810-dell/report.html" \
132132
--report E830=python-reports/nightly-test-report-e830/report.html \

0 commit comments

Comments
 (0)