dind-compose
Unit Tests with docker compose / unit-test (pull_request) Failing after 39s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 39s
Details
This commit is contained in:
parent
0b30819076
commit
6efb03efbf
|
@ -5,7 +5,7 @@ on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: guglio/dind-compose:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Installing necessary packages
|
- name: Installing necessary packages
|
||||||
run: apk add nodejs git curl bash
|
run: apk add nodejs git curl bash
|
||||||
|
|
Loading…
Reference in New Issue