From 4b35774881fcd967ba9ed97805e45b45045eec1f Mon Sep 17 00:00:00 2001 From: Kerem Kazan Date: Wed, 7 Dec 2022 14:51:41 -0500 Subject: [PATCH] e2e test failure slack notification added (#1039) With this PR, we'll notify the `#ci` slack channel when an e2e test fails. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..818cd0a98 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "name": "@herenotthere/dendrite-monolith", + "version": "1.0.32" +}