root
Unit Tests with docker compose / unit-test (pull_request) Failing after 31s Details

This commit is contained in:
Alie 2024-01-06 17:49:19 +01:00
parent b2fe445d28
commit cb97ed202e
1 changed files with 1 additions and 1 deletions

View File

@ -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 &