Add git and bash to Drone test env

This commit is contained in:
3wc 2020-10-30 18:32:01 +02:00
parent 50651aeea1
commit a3cd6d2281
1 changed files with 1 additions and 1 deletions

View File

@ -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