We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d7a28 commit 938a802Copy full SHA for 938a802
.github/workflows/prismalog_ci.yml
@@ -55,6 +55,13 @@ jobs:
55
--self-contained-html \
56
--junitxml=junit/test-results.xml || echo "::warning::Tests had failures"
57
58
+ - name: Debug reports directory after pytest
59
+ run: |
60
+ echo "Contents of reports/html after pytest:"
61
+ find reports/html
62
+ ls -l reports/html/pytest_report_3.8.html || true
63
+ head -20 reports/html/pytest_report_3.8.html || true
64
+
65
# Step 5: Test multiprocessing capability
66
- name: Test multiprocessing capability
67
run: |
0 commit comments