fix: disable unit tests in ci
This commit is contained in:
parent
0384bbd574
commit
83fae430b9
20
.drone.yml
20
.drone.yml
@ -13,13 +13,13 @@ steps:
|
||||
- pull_request
|
||||
- tag
|
||||
|
||||
steps:
|
||||
- name: test-unit
|
||||
image: docker.io/volkerraschek/build-image:latest
|
||||
commands:
|
||||
- make test/unit
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
- tag
|
||||
# steps:
|
||||
# - name: test-unit
|
||||
# image: docker.io/volkerraschek/build-image:latest
|
||||
# commands:
|
||||
# - make test/unit
|
||||
# when:
|
||||
# event:
|
||||
# - push
|
||||
# - pull_request
|
||||
# - tag
|
Loading…
Reference in New Issue
Block a user