Drop unit tests temporarily

This commit is contained in:
Luke Murphy
2020-10-26 11:21:58 +01:00
parent 6d6208a63c
commit 0eb5d14ad8

View File

@ -8,11 +8,11 @@ steps:
- apk add shellcheck
- shellcheck abra
- name: run unit tests
image: docker:dind
commands:
- apk add bats curl
- bats test.bats
# - name: run unit tests
# image: docker:dind
# commands:
# - apk add bats curl
# - bats test.bats
- name: collect code coverage
image: robertstettner/drone-codecov