Skip to content

Commit

Permalink
remove fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecheseldine committed Jul 23, 2022
1 parent e1b7ca2 commit 987b669
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,8 @@ jobs:

- name: Send discord notification
run: curl -s -X POST "${{ secrets.DISCORD_WEBHOOK }}" -d "content=🚀 Deployment Successful"
fail:
name: "fake fail"
runs-on: ubuntu-latest
steps:
- name: fail
run: exit 1
failure:
needs: [test, deploy, fail]
needs: [test, deploy]
name: "Send failure message"
runs-on: ubuntu-latest
if: ${{ failure() }}
Expand Down

0 comments on commit 987b669

Please sign in to comment.