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
|
||||
image: docker:dind
|
||||
commands:
|
||||
- apk add bats
|
||||
- apk add bats git bash
|
||||
- bats test.bats
|
||||
|
||||
- name: collect code coverage
|
||||
|
Reference in New Issue
Block a user