From fbd7c1c626ba8d0c710b1ee52f3fe47550bd231a Mon Sep 17 00:00:00 2001 From: Claudia Beresford Date: Tue, 25 Jan 2022 10:26:46 +0000 Subject: [PATCH] chore: update nightly e2e slack messages The tests are not really e2e for liquid metal, so it is a bit misleading calling them that in slack. --- .github/workflows/nightly_e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_e2e.yml b/.github/workflows/nightly_e2e.yml index ace5bdf6..ebcc7126 100644 --- a/.github/workflows/nightly_e2e.yml +++ b/.github/workflows/nightly_e2e.yml @@ -38,7 +38,7 @@ jobs: if: ${{ failure() }} with: slack_token: ${{ secrets.SLACK_TOKEN }} - message: "An end-to-end test run failed :sad-parrot: and weep." + message: "A flintlock integration test run failed :sad-parrot: and weep." channel: team-quick-silver color: red verbose: false @@ -48,7 +48,7 @@ jobs: if: ${{ success() }} with: slack_token: ${{ secrets.SLACK_TOKEN }} - message: "An end-to-end test run succeeded :party-gopher:" + message: "A flintlock integration test run succeeded :party-gopher:" channel: team-quick-silver color: green verbose: false