Skip to content

Commit

Permalink
YEL-139 [test] Test 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devkwonsehoon committed Aug 25, 2023
1 parent 904a334 commit f2e53c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ on:
branches: [ "develop", "staging" ]

permissions:
contents: write
checks: write
id-token: write
pull-requests: write

jobs:
build:
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
run: ./gradlew test

- name: 💬 테스트 결과를 코멘트로 등록합니다.
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit f2e53c9

Please sign in to comment.