do volumes just mess up this?
Unit Tests with docker compose / unit-test (pull_request) Successful in 4m33s Details

This commit is contained in:
Alie 2024-01-06 17:51:55 +01:00
parent 0b5dbd57ba
commit 29652565c9
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ jobs:
unit-test:
container:
image: docker:dind
volumes:
- /var/lib/docker:/var/lib/docker:rw
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &