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 2a7aef9 commit 9bfd4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Grant execute permission for gradlew
Expand All @@ -33,7 +33,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }}
with:
files: 'build/test-results/**/*.xml'
files: 'build/test-results/test/*.xml'

- name: Registered comments on the failed code line when a test fails.
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 9bfd4ea

Please sign in to comment.