Adding & to the cmd command
Unit Tests with docker compose / unit-test (pull_request) Waiting to run Details

This commit is contained in:
Sugui 2024-01-01 16:01:44 +01:00
parent 810fd2aed1
commit dd9999de91
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
unit-test:
container:
image: docker:dind
cmd: "docker-init -- dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2376 --tlsverify --tlscacert /certs/server/ca.pem --tlscert /certs"
cmd: "docker-init -- dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2376 --tlsverify --tlscacert /certs/server/ca.pem --tlscert /certs &"
steps:
- name: Installing necessary packages
run: apk add npm git curl bash