awawawa
Unit Tests with docker compose / unit-test (pull_request) Failing after 43s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 43s
Details
This commit is contained in:
parent
29652565c9
commit
f7ab2ac28e
|
@ -5,6 +5,9 @@ jobs:
|
|||
unit-test:
|
||||
container:
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- /var/lib/docker:/mnt
|
||||
- /root/.npm:/root/.npm
|
||||
steps:
|
||||
- name: Starting docker daemon
|
||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
||||
|
|
Loading…
Reference in New Issue