Skip to content

Commit

Permalink
ci: flyway 검증 설정 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Nov 1, 2023
1 parent d1819a4 commit 7d44f62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/backend_dev_flyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: cache gradle
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: chmod gradle
run: chmod +x backend/ddang/gradlew

- name: Create flyway.conf
run: |
touch flyway.conf
Expand Down

0 comments on commit 7d44f62

Please sign in to comment.