I need the dockers
This commit is contained in:
parent
847400a7b4
commit
a3f342b168
|
@ -29,6 +29,8 @@ jobs:
|
|||
image: docker:dind
|
||||
needs: unit-test
|
||||
steps:
|
||||
- name: Starting docker daemon
|
||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
||||
- name: Installing necessary packages
|
||||
run: apk add nodejs git curl bash
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue