Skip to content

Commit 92404d5

Browse files
authored
Merge pull request #118 from SSUMC-7th/woody/#107
[CI] : GitHub Actions 프로젝트 상대경로 수정
2 parents 934e314 + 024cc8a commit 92404d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: gradle/gradle-build-action@v2
3333
with:
3434
gradle-executable: ./spring/gradlew # gradlew 경로 지정
35-
arguments: build
35+
arguments: build --warning-mode all
3636
build-root-directory: ./spring # build-root-directory 설정 (spring 디렉토리에서 Gradle 빌드)
3737

3838
- name: Upload build artifact # 빌드된 아티팩트 업로드

0 commit comments

Comments
 (0)