Basic database test
Lint Checks / Run linter (pull_request) Successful in 41s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m30s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m32s
Smoke Test / Run basic test suite (pull_request) Successful in 2m41s

This commit is contained in:
2024-02-14 15:29:33 -07:00
parent c36f1e430f
commit 7b5f720593
5 changed files with 64 additions and 0 deletions
@@ -1,4 +1,5 @@
services:
database:
image: cerc/test-database-container:local
restart: always
@@ -11,6 +12,9 @@ services:
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C"
ports:
- "5432"
test-client:
image: cerc/test-database-client:local
volumes:
db-data: