maybe images is ok, please be ok
Unit Tests with docker compose / unit-test (pull_request) Successful in 2m53s Details

This commit is contained in:
Alie 2024-01-06 18:00:05 +01:00
parent 79887da2d5
commit 8972a6f3c3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ jobs:
image: docker:dind image: docker:dind
volumes: volumes:
- /root/.npm:/root/.npm - /root/.npm:/root/.npm
- /var/lib/docker/images:/var/lib/docker/images
steps: steps:
- name: Starting docker daemon - name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock & run: docker-init -- dockerd --host=unix:///var/run/docker.sock &