chore: update
Java CI with Maven / build-and-test (pull_request) Failing after 2m19s

This commit is contained in:
TakahashiNg
2026-04-15 06:56:42 +00:00
parent 6b032b011a
commit 90bfecf5ee
+2 -2
View File
@@ -47,8 +47,8 @@ jobs:
# 1. Tạo mạng Docker nếu chưa tồn tại
docker network create ${DOCKER_NET} || true
docker run -d --name postgres-it --network ${DOCKER_NET} -e POSTGRES_PASSWORD=password postgres
docker run -d --name redis-it --network ${DOCKER_NET} redis
docker run -d --name postgres-it --network ${DOCKER_NET} -e POSTGRES_PASSWORD=password postgres || true
docker run -d --name redis-it --network ${DOCKER_NET} redis || true
./scripts/gen-it.sh