This commit is contained in:
Felix Lohmeier 2022-04-06 21:12:53 +02:00 committed by GitHub
parent d35b679f6d
commit 01dbe1d58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ tasks:
"${OPENREFINE_APPDIR}/client" example \
--output output/deduped.tsv
check:
check:
- | # check log file for any warnings
if grep -i 'exception\|error' "${OPENREFINE_TMPDIR}/log.txt"
then echo 1>&2 "log contains warnings!"; echo; cat "${OPENREFINE_TMPDIR}/log.txt"; exit 1