Changing things to see if service works
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m52s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 1m52s
Details
This commit is contained in:
parent
57a79c1e37
commit
6cd2b09c13
|
@ -5,10 +5,12 @@ on: [pull_request]
|
|||
jobs:
|
||||
unit-test:
|
||||
container:
|
||||
image: docker:dind
|
||||
image: docker
|
||||
services:
|
||||
- docker:dind
|
||||
steps:
|
||||
- name: ps
|
||||
run: ps
|
||||
- name: Installing necessary packages
|
||||
run: apk add npm git curl bash
|
||||
- name: Check out repository code
|
||||
|
|
Loading…
Reference in New Issue