Skip to content

Commit

Permalink
chore: github action 수정
Browse files Browse the repository at this point in the history
실험중입니다
  • Loading branch information
WaiNaat committed Sep 21, 2023
1 parent 3180540 commit 71ab577
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
with:
working-directory: frontend
start: npm run local
wait-on: 'http://localhost:8282'

- name: Send slack notification if test failed
if: ${{ failure() }}
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: E2E 테스트 실패
fields: workflow, job, pullRequest, author, action, eventName, took, commit
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_FRONTEND }}
# - name: Send slack notification if test failed
# if: ${{ failure() }}
# uses: 8398a7/action-slack@v3
# with:
# status: ${{ job.status }}
# author_name: E2E 테스트 실패
# fields: workflow, job, pullRequest, author, action, eventName, took, commit
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_FRONTEND }}

0 comments on commit 71ab577

Please sign in to comment.