|
|
@ -112,6 +112,12 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
./test.sh ocr_hyde
|
|
|
|
./test.sh ocr_hyde
|
|
|
|
if: success() || failure()
|
|
|
|
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
|
|
|
|
- name: Handwriting
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
./test.sh ocr_handwriting
|
|
|
|
./test.sh ocr_handwriting
|
|
|
|