wip: add step using testcontainer
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
João Paulo Dubas 2024-09-25 09:01:02 -03:00
parent c244c3df49
commit bea528af74
No known key found for this signature in database

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: