Skip to content

Commit

Permalink
fix: 테스트 기록 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongUijeong authored Oct 13, 2023
1 parent 620e445 commit 6aaa8be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,12 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
junit_files: "build/test-result/test/**/*.xml"
files: "**/build/test-result/test/test-*.xml"
github_token: ${{ github.token }}

- name: Publish failure of unit test
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/build/test-results/test/test-*.xml'
github_token: ${{ github.token }}

0 comments on commit 6aaa8be

Please sign in to comment.