Testcontainers support (#624)
Testcontainers functionality is in ConsulTestcontainers This allows for use either by an ApplicationContextInitializer or statically. Co-authored-by: Sergei Egorov <bsideup@gmail.com>
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
trap 'pkill -9 consul; EXIT' 0
|
||||
./src/main/bash/ci_install_consul.sh
|
||||
./src/test/bash/ci_run_consul.sh
|
||||
./mvnw clean install -B -Pdocs ${@}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
./src/main/bash/ci_install_consul.sh
|
||||
./src/test/bash/ci_run_consul.sh
|
||||
./mvnw clean install -B -Pdocs -DskipTests -fae
|
||||
|
||||
Reference in New Issue
Block a user