diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-20 17:06:19 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-20 17:06:19 +0800 |
commit | c917fb6feb462adfcc82aef1d446531c3788c975 (patch) | |
tree | 42bf4baae83a71b24c106c8ace789fc43753e7db /azure-pipelines.yml | |
parent | f057b7e3ff521384a73720f7d34cd8ab33e04ddb (diff) | |
download | lua-language-server-c917fb6feb462adfcc82aef1d446531c3788c975.zip |
更新测试脚本
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
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: '测试' |