Skip to content

Commit

Permalink
fix: PR TEST파일 에러 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
hanueleee committed Jan 8, 2024
1 parent 144ea07 commit 8ff8d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 81 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/test-fe.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ jobs:
${{ runner.os }}-gradle-
- name: Gradle 권한 부여
working-directory: backend/
run: chmod +x ./gradlew
run: chmod +x gradlew

- name: 테스트 실행
working-directory: backend/
run: ./gradlew --info test
run: gradlew --info test

- name: 테스트 결과 PR에 코멘트 등록
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down Expand Up @@ -72,5 +70,5 @@ jobs:
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
SLACK_TITLE: Build Failure - ${{ github.event.pull_request.title }}
SLACK_MESSAGE: PR Url - ${{ github.event.pull_request.url }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_PR_TEST }}
if: failure()

0 comments on commit 8ff8d6e

Please sign in to comment.