Skip to content

Commit

Permalink
fix: db yml 가져오는 step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jminkkk committed Aug 20, 2024
1 parent 5a1bd21 commit ffa420c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
mysql version: ${{ secrets.MYSQL_VERSION }}
mysql database: ${{ secrets.MYSQL_DATABASE }}
mysql root password: ${{ secrets.MYSQL_PASSWORD }}

- name: DB 설정 파일 가져오기
working-directory: /backend/src/main/resources
run: echo "${{ secrets.APPLICATION_DB_YAML }}" > application-db.yml

- name: JDK 17 설정
uses: actions/setup-java@v4
Expand Down

0 comments on commit ffa420c

Please sign in to comment.