lordgamez commented on code in PR #1714:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1714#discussion_r1447365528
##########
.github/workflows/verify-python-compatibility.yml:
##########
@@ -82,3 +83,9 @@ jobs:
output-to: 'step-summary'
list-tests: 'failed'
list-suites: 'failed'
+ - name: Upload artifact
+ if: failure()
+ uses: actions/upload-artifact@v3
+ with:
+ name: behavex_output
Review Comment:
Good point, added an id prefix (to avoid spaces in the names) in
b63e14955e800e97b33517fd96635abeec98a341 and tested it in
https://github.com/lordgamez/nifi-minifi-cpp/actions/runs/7475211172, seems to
be working.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]