CI: fetch LDAP environment container before running tests

This commit is contained in:
Timothée Floure 2021-02-03 13:18:18 +01:00
parent 9612ee8bfc
commit 2250c87c6f
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ tasks:
MIX_ENV=test mix compile
- test: |
cd management
sudo docker pull code.ungleich.ch:5050/fnux/e-durable-oci-images/openldap-playground:latest
CALL_CONTAINER_RUNTIME_AS_ROOT=1 LDAP_WAIT_LOOPS=100 MIX_ENV=test mix test
- release: |
cd management