diff --git a/.drone.yml b/.drone.yml index 2e16eb6..7c867f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,8 @@ steps: - name: validate json good image: fftdf/docker-json-validate commands: - - fftdf/docker-json-validate \ No newline at end of file + - jsonlint test_val.json +- name: validate json bad + image: fftdf/docker-json-validate + commands: + - jsonlint test_not_val.json \ No newline at end of file