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

This commit is contained in:
Sugui 2023-12-29 18:34:15 +01:00
parent b76865dadf
commit d62ed9ca18
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
image: docker:dind
steps:
- name: ps
run: docker-init -- dockerd --host=unix:///var/run/docker.sock
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages
run: apk add nodejs git curl bash
- name: Check out repository code