Add git and bash to Drone test env
This commit is contained in:
parent
50651aeea1
commit
a3cd6d2281
@ -10,7 +10,7 @@ steps:
|
|||||||
- name: run unit tests
|
- name: run unit tests
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
commands:
|
commands:
|
||||||
- apk add bats
|
- apk add bats git bash
|
||||||
- bats test.bats
|
- bats test.bats
|
||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
|
Reference in New Issue
Block a user