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 c244c3df49 - Show all commits

View File

@ -42,6 +42,8 @@ steps:
path: /drone/src/_build
- name: app_deps
path: /drone/src/deps
- name: docker_sock
path: /var/run/docker.sock
- name: dependencies and compile
image: &elixir 'hexpm/elixir:1.17.2-erlang-27.0.1-debian-bookworm-20240701-slim'
@ -169,3 +171,6 @@ volumes:
temp: {}
- name: app_deps
temp: {}
- name: docker_sock
host:
path: /var/run/docker.sock