Skip to content

Commit

Permalink
Update build, remove shell, add email on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 24, 2022
1 parent 4a544e8 commit 4fb347d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ tasks:
pip install pytest
pip install psycopg2-binary
pytest
shell: true
triggers:
- action: email
condition: failure
to: ivan@habunek.com

0 comments on commit 4fb347d

Please sign in to comment.