Skip to content

Commit

Permalink
fix: git-hub action DB 연결 문제를 해결한다. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
min429 committed Jul 17, 2024
1 parent 20b212d commit d3b2e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle Wrapper
run: ./gradlew build -s
run: ./gradlew build -x test -s
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
properties:
hibernate:
format_sql: true
hbm2ddl.auto: create
# hbm2ddl.auto: create

datasource:
db:
Expand Down

0 comments on commit d3b2e7a

Please sign in to comment.