Restored initial working workflow
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m44s
Details
Unit Tests with docker compose / unit-test (pull_request) Successful in 3m44s
Details
This commit is contained in:
parent
6cd2b09c13
commit
cda0b24851
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue