Skip to content

Commit

Permalink
fix(action) : 결과 보여주는 로직 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 authored May 23, 2024
1 parent 0dcab85 commit a6a9f63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ jobs:
- name: Test with Gradle
run: SPRING_PROFILES_ACTIVE=[test] ./gradlew test

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

- name: docker image build
run: docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/zero-plate-api .

Expand Down

0 comments on commit a6a9f63

Please sign in to comment.