Skip to content

Commit

Permalink
Merge pull request #71 from kakao-tech-campus-2nd-step3/fix/70-cicd
Browse files Browse the repository at this point in the history
fix: CI/CD 배포 오류 수정
  • Loading branch information
peeerr authored Oct 26, 2024
2 parents 04a73be + 0ca9445 commit f2c2749
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_weekly_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: 빌드 테스트 수행
run: |
chmod +x ./gradlew
./gradlew clean build
./gradlew clean build --stacktrace
- name: 테스트 수행 결과 보고
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

This file was deleted.

0 comments on commit f2c2749

Please sign in to comment.