Skip to content

Commit

Permalink
fix: CI test results 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Jan 23, 2024
1 parent 9bfd4ea commit 85390ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gradle-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:

- name: Generate JUnit test results as a comment
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }}
with:
files: 'build/test-results/test/*.xml'

- name: Registered comments on the failed code line when a test fails.
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: 'build/test-results/test/TEST-*.xml'
files: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 85390ce

Please sign in to comment.