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

This commit is contained in:
Sugui 2023-12-31 13:10:24 +01:00
parent 98f9c5bf8e
commit e75bb6d8d9
1 changed files with 1 additions and 2 deletions

View File

@ -6,9 +6,8 @@ jobs:
unit-test: unit-test:
container: container:
image: docker:dind image: docker:dind
cmd: ""
steps: steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages - name: Installing necessary packages
run: apk add npm git curl bash run: apk add npm git curl bash
- name: Check out repository code - name: Check out repository code