Skip to content

Commit c7cbd68

Browse files
committed
test (refactor) : 최종!
1 parent 0989356 commit c7cbd68

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
- name: Build with Gradle Wrapper
3131
run: ./gradlew build
3232

33-
- name: Test Report
34-
uses: dorny/test-reporter@v2
35-
if: success() || failure()
33+
- name: Publish test results
34+
uses: EnricoMi/publish-unit-test-result-action@v2
35+
if: always()
3636
with:
37-
name: JEST Tests
38-
path: "**/build/test-results/**/*.xml"
39-
reporter: jest-junit
37+
files: "**/build/test-results/**/*.xml"

0 commit comments

Comments
 (0)