Skip to content

Commit

Permalink
[#10] fix : ci.yml permissions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Binsreoun committed Jan 8, 2024
1 parent f1823ed commit a9294cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
pull_request:
branches: [ "main" ]

permissions:
contents: read
permissions: write-all

jobs:
test:
Expand Down Expand Up @@ -43,7 +42,7 @@ jobs:
- name: Test with Gradle
run: ./gradlew --info test

- name: Publish Unit Test Results
- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }} # 테스트가 실패하여도 Report를 보기 위해 `always`로 설정
with:
Expand Down

0 comments on commit a9294cf

Please sign in to comment.