Skip to content

Commit d337231

Browse files
authored
Merge pull request #544 from projects200/fix/CICD
fix(CICD) : 특정 테스트코드가 CI/CD 과정에서 배포 안되는 오류 수정
2 parents 7318f5e + f4aca34 commit d337231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-server-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
backend-CI:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
# Testcontainers가 CI 환경에서 Docker를 잘 찾도록 환경 변수 추가
1313
env:
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build Gradle
7474
run: |
7575
chmod +x gradlew
76-
./gradlew clean build -Dspring.profiles.active=dev-docs --no-daemon --info
76+
./gradlew clean build -Dspring.profiles.active=dev-docs --no-daemon
7777
shell: bash
7878

7979
- name: Build and push image to Amazon ECR

0 commit comments

Comments
 (0)