Skip to content

Commit

Permalink
chore: test workflows 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 committed Sep 19, 2023
1 parent 7783ee0 commit 1a9f626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ./gradlew --info test

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

0 comments on commit 1a9f626

Please sign in to comment.