Use homebrewed image for CI too
This commit is contained in:
parent
1600b6277f
commit
ab1353603d
@ -8,16 +8,14 @@ steps:
|
|||||||
- shellcheck abra
|
- shellcheck abra
|
||||||
|
|
||||||
- name: run unit tests
|
- name: run unit tests
|
||||||
image: docker:dind
|
image: decentral1se/docker-dind-bats-kcov
|
||||||
commands:
|
commands:
|
||||||
- apk add bats git bash
|
|
||||||
- bats tests
|
- bats tests
|
||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
failure: ignore # until we fix this
|
failure: ignore # until we fix this
|
||||||
image: kcov/kcov:38
|
image: decentral1se/docker-dind-bats-kcov
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y bats git bash
|
|
||||||
- kcov . bats tests || true
|
- kcov . bats tests || true
|
||||||
|
|
||||||
- name: send code coverage report to codecov
|
- name: send code coverage report to codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user