Skip to content

Commit

Permalink
testing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 18, 2023
1 parent b7fdf5b commit 7be2599
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,14 @@ jobs:
# docker_repository: <update>
# semver_version: ${{ needs.release.outputs.new_version }}

test-failure:
runs-on: ubuntu-latest
steps:
- run: echo "this is a super long line that aims to fail the yamllint so cause a failure there to check that this work when there is a failure"
- run: exit 1

notify-slack-on-failure:
needs: [yamllint, markdown-lint]
needs: [yamllint, markdown-lint, test-failure]
runs-on: ubuntu-latest
steps:
- name: Notify Slack On Failure
Expand Down

0 comments on commit 7be2599

Please sign in to comment.