Remove build step as build is part of test
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f4c7801d84
commit
4ef3f0b431
@ -3,14 +3,11 @@ kind: pipeline
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
|
||||||
image: golang:1.15
|
|
||||||
commands:
|
|
||||||
- make build
|
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.15
|
image: golang:1.15
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
- name: check
|
- name: check
|
||||||
image: python:3-slim
|
image: python:3-slim
|
||||||
commands:
|
commands:
|
||||||
@ -18,6 +15,7 @@ steps:
|
|||||||
- apt-get install -y --no-install-recommends make
|
- apt-get install -y --no-install-recommends make
|
||||||
- pip install docker-compose pre-commit
|
- pip install docker-compose pre-commit
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
- name: itest
|
- name: itest
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user