This commit is contained in:
@@ -55,7 +55,6 @@ jobs:
|
||||
-Dquarkus.test.container.network=${DOCKER_NET}
|
||||
-Dquarkus.datasource.jdbc.url=jdbc:postgresql://${POSTGRES_IP}:5432/postgres \
|
||||
-Dquarkus.redis.hosts=redis://${REDIS_IP}:6379
|
||||
-Dquarkus.test.integration-test-profile=prod
|
||||
|
||||
- name: Clean up Docker containers
|
||||
if: always()
|
||||
|
||||
@@ -3,7 +3,6 @@ quarkus.datasource.db-kind=postgresql
|
||||
quarkus.datasource.username=postgres
|
||||
quarkus.datasource.password=password
|
||||
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres
|
||||
%prod.quarkus.test.env.DATABASE_URL=jdbc:postgresql://postgres-it:5432/postgres
|
||||
|
||||
quarkus.hibernate-orm.database.generation=update
|
||||
|
||||
@@ -18,7 +17,6 @@ quarkus.container-image.additional-tags=latest
|
||||
|
||||
# Redis
|
||||
quarkus.redis.hosts=redis://localhost:6379
|
||||
%prod.quarkus.test.env.REDIS_URL=redis://redis-it:6379
|
||||
|
||||
|
||||
# Dependency
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
quarkus.datasource.db-kind=postgresql
|
||||
quarkus.datasource.username=postgres
|
||||
quarkus.datasource.password=password
|
||||
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/eatery
|
||||
quarkus.datasource.jdbc.url=jdbc:postgresql://postgres-it:5432/eatery
|
||||
|
||||
## Tự động tạo bảng từ Entity (chỉ dùng cho môi trường dev)
|
||||
quarkus.hibernate-orm.database.generation=update
|
||||
|
||||
Reference in New Issue
Block a user