From e3d4cf689fe8e23d0c89ade13b87c8ae4f5736a5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 4 Jul 2017 09:13:18 +0800 Subject: [PATCH] add testing command. Signed-off-by: Bo-Yi Wu --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 537447a..bdd36dd 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,11 @@ services: - POSTGRES_USER=homestead - POSTGRES_PASSWORD=secret ``` + +## Testing your Drone config + +Please try the following command to test drone config in local machine. + +```sh +$ drone exec +```