docker init
Unit Tests with docker compose / unit-test (pull_request) Has been cancelled Details

This commit is contained in:
Sugui 2023-12-29 18:33:20 +01:00
parent 108e1793bf
commit b76865dadf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
image: docker:dind
steps:
- name: ps
run: ps
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