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: jobs:
unit-test: unit-test:
container: container:
image: docker image: docker:dind
services:
- docker:dind
steps: steps:
- name: ps - name: Starting docker daemon
run: ps 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