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

This commit is contained in:
Alie 2024-01-06 17:50:58 +01:00
parent cb97ed202e
commit 0b5dbd57ba
1 changed files with 0 additions and 1 deletions

View File

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