changed the action to use cache #19
|
@ -5,6 +5,8 @@ jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
valid_volumes:
|
||||||
|
- '**'
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker:/mnt:rw
|
- /var/lib/docker:/mnt:rw
|
||||||
- /root:/root:rw
|
- /root:/root:rw
|
||||||
|
|
Loading…
Reference in New Issue