test: mount docker socket in pipeline

This is needed for testcontainers.
This commit is contained in:
João Paulo Dubas 2024-09-25 09:00:20 -03:00
parent 58c010f486
commit c244c3df49
No known key found for this signature in database

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