From 7be2599bd71918c4c7a08366c201f13c5ef328ce Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Tue, 18 Jul 2023 11:38:10 -0400 Subject: [PATCH] testing failures --- .github/workflows/ci_release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 5c1e016..504229f 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -79,8 +79,14 @@ jobs: # docker_repository: # 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