Add workspace for drone tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-28 13:59:48 -05:00
parent 51fcfd76c4
commit 204c916c7e
1 changed files with 5 additions and 1 deletions

View File

@ -2,9 +2,13 @@
kind: pipeline
name: test
workspace:
base: "/app"
path: "."
steps:
- name: shellcheck
- name: test
image: python:3-alpine
commands:
- apk add make shellcheck