From 4fb347d70aa5bf5d1d29b44d2445f2ab7e4fd3f9 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 24 Nov 2022 11:27:43 +0100 Subject: [PATCH] Update build, remove shell, add email on failure --- .build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 1f83d37..179e902 100644 --- a/.build.yml +++ b/.build.yml @@ -12,4 +12,7 @@ tasks: pip install pytest pip install psycopg2-binary pytest -shell: true +triggers: + - action: email + condition: failure + to: ivan@habunek.com