Skip to content

Commit

Permalink
chore: CI 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly6bf committed Jul 25, 2024
1 parent 1f00f99 commit 5661078
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/be-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,3 @@ jobs:

- name: Running Test Code
run: ./gradlew --info test

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: ${{ always() }}
with:
files: build/test-results/**/*.xml

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 5661078

Please sign in to comment.