chore: upload hyde logs on failure

main
Sean McBride 4 years ago
parent 46bdc39364
commit 6e554380ac

@ -112,6 +112,12 @@ jobs:
run: |
./test.sh ocr_hyde
if: success() || failure()
- name: Upload Hyde Logs on Failure
uses: actions/upload-artifact@v2
if: failure()
with:
name: hyde-logs
path: ./runtime/experiments/applications/ocr/hyde/res/**/
- name: Handwriting
run: |
./test.sh ocr_handwriting

Loading…
Cancel
Save