WIP: Use testcontainers to coordinate services in tests #97

Draft
joao.dubas wants to merge 7 commits from jpd-use-testcontainer into main
Showing only changes of commit bea528af74 - Show all commits

View File

@ -73,6 +73,20 @@ steps:
- 'database healthcheck'
- 'dependencies and compile'
- name: testcontainer
image: *elixir
environment:
MIX_ENV: test
commands:
- apt-get update
- apt-get install -y git make
- mix do local.rebar --force, local.hex --force
- mix testcontainers.test
volumes: *volumes
depends_on:
- 'dependencies and compile'
- name: audit deps
image: *elixir
commands: