root
Unit Tests with docker compose / unit-test (pull_request) Failing after 31s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 31s
Details
This commit is contained in:
parent
b2fe445d28
commit
cb97ed202e
|
@ -7,7 +7,7 @@ jobs:
|
|||
image: docker:dind
|
||||
volumes:
|
||||
- /var/lib/docker:/var/lib/docker:rw
|
||||
- /root:/root:rw
|
||||
- /root/.npm:/root/.npm:rw
|
||||
steps:
|
||||
- name: Starting docker daemon
|
||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
||||
|
|
Loading…
Reference in New Issue