We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cc645 commit 0899d03Copy full SHA for 0899d03
tests/validation/tools/combine_reports.py .github/scripts/combine_reports.pytests/validation/tools/combine_reports.py renamed to .github/scripts/combine_reports.py
.github/workflows/nightly-tests.yml
@@ -126,7 +126,7 @@ jobs:
126
python3 -m pip install pandas beautifulsoup4 openpyxl
127
- name: Combine python reports
128
run: |
129
- python3 tests/validation/tools/combine_reports.py \
+ python3 .github/scripts/combine_reports.py \
130
--report E810=python-reports/nightly-test-report-e810/report.html \
131
--report "E810-Dell=python-reports/nightly-test-report-e810-dell/report.html" \
132
--report E830=python-reports/nightly-test-report-e830/report.html \
0 commit comments