Skip to content

Commit

Permalink
Merge pull request #9 from ADPRO-C11/db-setup
Browse files Browse the repository at this point in the history
Db setup
  • Loading branch information
sdikyarts authored May 15, 2024
2 parents 852a9ca + d231fc0 commit 509d211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Test with Gradle
run: |
sed -i "s|\${JDBC_DATABASE_URL}|${{ secrets.JDBC_DATABASE_URL }}|g" src/main/resources/application-prod.properties
./gradlew check --info --stacktrace
./gradlew test
./gradlew jacocoTestReport
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/subscription-admin
spring.datasource.username=postgres
spring.datasource.password=super
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Expand Down

0 comments on commit 509d211

Please sign in to comment.