Skip to content

Commit

Permalink
chore: update nightly e2e slack messages
Browse files Browse the repository at this point in the history
The tests are not really e2e for liquid metal, so it is a bit misleading
calling them that in slack.
  • Loading branch information
Callisto13 committed Jan 25, 2022
1 parent 95e8687 commit fbd7c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ failure() }}
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
message: "An end-to-end test run failed :sad-parrot: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep."
message: "A flintlock integration test run failed :sad-parrot: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep."
channel: team-quick-silver
color: red
verbose: false
Expand All @@ -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
Expand Down

0 comments on commit fbd7c1c

Please sign in to comment.