Skip to content

Commit

Permalink
Revert "Add sample test"
Browse files Browse the repository at this point in the history
This reverts commit b3e3a32.
  • Loading branch information
pkosiec committed Jul 2, 2024
1 parent b3e3a32 commit 0dba113
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 63 deletions.
26 changes: 13 additions & 13 deletions .github/actions/cloud-slack-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@ runs:
FOOTER='https://github.com/kubeshop/botkube/actions/runs/${{ github.run_id }}'
echo "footer=${FOOTER}" >> $GITHUB_OUTPUT
# - name: Slack Notification
# uses: rtCamp/action-slack-notify@v2
# if: ${{ failure() }}
# env:
# SLACK_CHANNEL: 'botkube-cloud-ci-alerts'
# SLACK_USERNAME: Botkube Cloud CI
# SLACK_COLOR: 'red'
# SLACK_TITLE: 'Message'
# SLACK_MESSAGE: "Cloud Slack ${{ inputs.e2e_type }} E2E tests failed :scream:"
# SLACK_ICON_EMOJI: ':this-is-fine-fire:'
# SLACK_FOOTER: ${{ steps.footer.outputs.footer }}
# SLACK_TOKEN: ${{ inputs.slack_token }}
# SLACK_FILE_UPLOAD: ${{ env.SCREENSHOT_LOCATION }}
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
if: ${{ failure() }}
env:
SLACK_CHANNEL: 'botkube-cloud-ci-alerts'
SLACK_USERNAME: Botkube Cloud CI
SLACK_COLOR: 'red'
SLACK_TITLE: 'Message'
SLACK_MESSAGE: "Cloud Slack ${{ inputs.e2e_type }} E2E tests failed :scream:"
SLACK_ICON_EMOJI: ':this-is-fine-fire:'
SLACK_FOOTER: ${{ steps.footer.outputs.footer }}
SLACK_TOKEN: ${{ inputs.slack_token }}
SLACK_FILE_UPLOAD: ${{ env.SCREENSHOT_LOCATION }}
50 changes: 0 additions & 50 deletions .github/workflows/ui-test.yaml

This file was deleted.

0 comments on commit 0dba113

Please sign in to comment.