diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 197b96e..95f34e0 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -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