Skip to content
Merged
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
5 changes: 3 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
working-directory: ./spring1
shell: bash # (6).권한 부여

- name: Build with Gradle
working-directory: ./spring1
run: ./gradlew clean build -x test
shell: bash # (7).build시작s
working-directory: ./spring1
shell: bash # (7).build시작

- name: Get current time
uses: 1466587594/get-current-time@v2
Expand Down
Loading