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

This commit is contained in:
Alie 2024-01-06 17:53:35 +01:00
parent 29652565c9
commit f7ab2ac28e
1 changed files with 3 additions and 0 deletions

View File

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