Skip to content

Commit

Permalink
fail workflow if openjtalk dic download fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Sep 20, 2021
1 parent 3ad9e8b commit b0fc7a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ jobs:
sleep 5
done
if [ "$EXIT_CODE" != "0" ]; then
exit "$EXIT_CODE"
fi
- name: Create download directory
shell: bash
run: mkdir -p download/
Expand Down

0 comments on commit b0fc7a4

Please sign in to comment.