docker
Unit Tests with docker compose / unit-test (pull_request) Failing after 32s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 32s
Details
This commit is contained in:
parent
3526729166
commit
511eaba538
|
@ -5,7 +5,7 @@ on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
image: docker:latest
|
image: docker:dind
|
||||||
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