Skip to content

Commit

Permalink
feat: dev test workflow에 gradle build 디버깅 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
y-ngm-n committed Jul 30, 2024
1 parent 1576339 commit 9b650b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Gradle 빌드 수행: profile 지정
- name: Build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build -i
env:
SPRING_PROFILES_ACTIVE: dev

Expand Down

0 comments on commit 9b650b1

Please sign in to comment.