summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-20 17:06:19 +0800
committersumneko <sumneko@hotmail.com>2019-05-20 17:06:19 +0800
commitc917fb6feb462adfcc82aef1d446531c3788c975 (patch)
tree42bf4baae83a71b24c106c8ace789fc43753e7db /azure-pipelines.yml
parentf057b7e3ff521384a73720f7d34cd8ab33e04ddb (diff)
downloadlua-language-server-c917fb6feb462adfcc82aef1d446531c3788c975.zip
更新测试脚本
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6165ef90..11775dab 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,5 +28,6 @@ jobs:
steps:
- script: |
- osx.sh
+ cd lua-language-server
+ ./osx.sh
displayName: '测试'