File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,9 +240,9 @@ jobs:
240240
241241 <div class="card">
242242 <h2>Test Results</h2>
243- <p><a href="../ reports/html/3.8/pytest_report_3.8.html">Python 3.8 Test Results</a></p>
244- <p><a href="../ reports/html/3.10/pytest_report_3.10.html">Python 3.10 Test Results</a></p>
245- <p><a href="../ reports/html/3.11/pytest_report_3.11.html">Python 3.11 Test Results</a></p>
243+ <p><a href="reports/html/3.8/reports/html /pytest_report_3.8.html">Python 3.8 Test Results</a></p>
244+ <p><a href="reports/html/3.10/reports/html /pytest_report_3.10.html">Python 3.10 Test Results</a></p>
245+ <p><a href="reports/html/3.11/reports/html /pytest_report_3.11.html">Python 3.11 Test Results</a></p>
246246 </div>
247247
248248 <div class="card">
@@ -397,7 +397,7 @@ jobs:
397397
398398 - name : Debug pytest report timestamp
399399 run : |
400- ls -l site/reports/html/3.8/pytest_report_3.8.html
400+ ls -l site/reports/html/3.8/
401401
402402 - name : Download HTML reports for Python 3.10
403403 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments