File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 88 IMAGE_NAME : ${{ github.repository }}
99
1010jobs :
11- codetest :
12- name : 코드 테스트
13- runs-on : ubuntu-latest
14-
15- steps :
16- - name : branch checkout
17- uses : actions/checkout@v4
18-
19- - name : JDK setting
20- uses : actions/setup-java@v4
21- with :
22- java-version : ' 21'
23- distribution : ' temurin'
24-
25- - name : set Permission
26- run : chmod +x ./gradlew
11+ # codetest:
12+ # name: 코드 테스트
13+ # runs-on: ubuntu-latest
14+ #
15+ # steps:
16+ # - name: branch checkout
17+ # uses: actions/checkout@v4
18+ #
19+ # - name: JDK setting
20+ # uses: actions/setup-java@v4
21+ # with:
22+ # java-version: '21'
23+ # distribution: 'temurin'
24+ #
25+ # - name: set Permission
26+ # run: chmod +x ./gradlew
2727
28- - name : do test
29- run : ./gradlew test --stacktrace --no-daemon -Dspring.profiles.active=test --info
30- env :
31- JAVA_TOOL_OPTIONS : " -Dlogging.level.root=DEBUG"
28+ # - name: do test
29+ # run: ./gradlew -x test --stacktrace --no-daemon -Dspring.profiles.active=test --info
30+ # env:
31+ # JAVA_TOOL_OPTIONS: "-Dlogging.level.root=DEBUG"
3232
3333 tagging :
3434 name : 태깅 및 릴리즈
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 start_period : 40s
2626
2727 app :
28- image : ghcr.io/your-org/your-repo :latest # 최신 이미지 태그
28+ image : ghcr.io/prgrms-web-devcourse-final-project/WEB5_7_7STARBALL_BE :latest
2929 networks :
3030 - marine-net
3131 container_name : marine_app
You can’t perform that action at this time.
0 commit comments