Skip to content
Merged

test #80

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:

# 4) .build시작 >> 리눅스 명령어다. 6,7번 내용은 어지간해서 바뀌지 않는다.
- name: Build with Gradle
run: ./gradlew clean build -x test
#run: ./gradlew clean build -x test
run: ./gradlew clean build
shell: bash