♻️ [Refactor] 차단 해제 API 탈퇴한 회원 검증 추가 #43
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#name: PR Test | |
# | |
#on: | |
# pull_request: | |
# branches: [ develop ] # develop branch에 PR을 보낼 때 실행 | |
# | |
#jobs: | |
# test: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# | |
# - name: Set up JDK 17 | |
# uses: actions/setup-java@v3 | |
# with: | |
# java-version: '17' | |
# distribution: 'temurin' | |
# | |
# # Gradle wrapper 파일 실행 권한주기 | |
# - name: Grant execute permission for gradlew | |
# run: chmod +x gradlew | |
# | |
# # Gradle test를 실행 | |
# - name: Test with Gradle | |
# run: ./gradlew --info test |