Skip to content

Commit

Permalink
Merge pull request #915 from necyberteam/cypress-github-action-update
Browse files Browse the repository at this point in the history
update cypress action to use new slack channel
  • Loading branch information
jasperlieber authored Oct 3, 2023
2 parents 34bbcc0 + b4f077e commit b08093f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_MESSAGE: 'success :rocket:'
SLACK_TITLE: "Github action: test success"
SLACK_CHANNEL: behat-git-notifications
SLACK_CHANNEL: cypress-git-notifications
fail:
name: Actions to run on fail
needs: [asp]
Expand All @@ -70,4 +70,4 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_MESSAGE: ':octagonal_sign: behat tests failed :octagonal_sign:'
SLACK_TITLE: "Github action: cypress failure"
SLACK_CHANNEL: behat-git-notifications
SLACK_CHANNEL: cypress-git-notifications

0 comments on commit b08093f

Please sign in to comment.