diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml index c96b49497..21c5d7f03 100644 --- a/.github/workflows/frontend-e2e-test.yml +++ b/.github/workflows/frontend-e2e-test.yml @@ -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 }}