From 274a7f9d4466a15c96f05574bf82a8523d3dcf7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=83=EC=A7=B1?= <107979804+gitchannn@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:44:23 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BD=94=EB=A9=98=ED=8A=B8=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EA=B3=BC=EC=A0=95=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index 70fd1c7..c0bee24 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -29,9 +29,3 @@ jobs: - name: ✔️ Gradle build run: ./gradlew build - - - name: ✔️ 테스트 결과 코멘트 등록 - uses: EnricoMi/publish-unit-test-result-action@v1 - if: always() - with: - files: '**/build/test-results/test/TEST-*.xml'