real typo moment
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m17s Details

This commit is contained in:
Alie 2024-01-06 18:32:00 +01:00
parent 30d8ff2ec9
commit 74d9e7baef
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +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 - /var/lib/docker/image:/var/lib/docker/image
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 &