Skip to content

Commit

Permalink
docs: 예외 로그 확인 ci 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-hana01 committed Jan 31, 2024
1 parent 44ba455 commit 8fe4cad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-dev-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ jobs:
distribution: 'corretto'

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew --info build
working-directory: ./backend

- name: Add Test Result to Comment
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: '**/build/test-results/test/TEST-*.xml'

0 comments on commit 8fe4cad

Please sign in to comment.