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 218e472 commit 8adb525Copy full SHA for 8adb525
.github/workflows/ci.yml
@@ -80,6 +80,8 @@ jobs:
80
fail-on-warning: 'true'
81
create-issue: 'true'
82
issue-title: 'Python Warnings Found in Code Output'
83
+ create-artifact: 'true'
84
+ artifact-name: 'python-warning-report'
85
- name: Upload Execution Reports (HTML)
86
uses: actions/upload-artifact@v4
87
if: failure()
0 commit comments