chore: add test (#11)
Release package / release (push) Successful in 3m37s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Co-authored-by: TranHuuDanh <tranhuudanh@demonkernel.io.vn>
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-03-31 10:07:49 +00:00
parent 4ae4fa6f2e
commit 6938b764fc
12 changed files with 219 additions and 18 deletions
+4 -2
View File
@@ -21,6 +21,8 @@
}
},
"containerEnv": {
"TESTCONTAINERS_RYUK_DISABLED": "true"
}
"TESTCONTAINERS_RYUK_DISABLED": "true",
"QUARKUS_DEBUG_HOST": "0.0.0.0"
},
"forwardPorts": [5005]
}
-2
View File
@@ -1,6 +1,4 @@
include:
- ./docker-compose.kafka.yaml
- ./docker-compose.postgres.yaml
- ./docker-compose.redis.yaml
services: