Skip to content

Commit

Permalink
fix: 테스트 결과 기록 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongUijeong authored Oct 13, 2023
1 parent e076f6e commit 9ee1c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: "**/build/test-result/test/TEST-*.xml"
files: "**/build/test-results/test/TEST-*.xml"
github_token: ${{ github.token }}

- name: Publish failure of unit test
Expand Down

0 comments on commit 9ee1c94

Please sign in to comment.