Restored initial working workflow
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m44s Details

This commit is contained in:
Sugui 2024-01-01 16:34:17 +01:00
parent 6cd2b09c13
commit cda0b24851
1 changed files with 3 additions and 5 deletions

View File

@ -5,12 +5,10 @@ on: [pull_request]
jobs:
unit-test:
container:
image: docker
services:
- docker:dind
image: docker:dind
steps:
- name: ps
run: ps
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages
run: apk add npm git curl bash
- name: Check out repository code