Skip to content

Commit

Permalink
chore: 실패 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
amaran-th committed Jul 22, 2023
1 parent 7c8fb43 commit 0b29298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: deploy
run: ~/deploy.sh
- name: fail test
run: cd ajelrwj
- name: send slack message
uses: 8398a7/action-slack@v3
with:
Expand All @@ -20,4 +22,4 @@ jobs:
fields: workflow,job,commit,repo,ref,author,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always() # Pick up events even if the job fails or is canceled.
if: always()

0 comments on commit 0b29298

Please sign in to comment.