From e2b75e1ad5639df17c385f22a03e4a77120a03e1 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 2 Mar 2022 15:18:38 +0000 Subject: [PATCH] Fix devel testing Fixes: #441 --- .github/workflows/ci.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89e3582a8..16188108b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,13 +96,9 @@ jobs: if: ${{ matrix.devel }} run: | set -ex - mv ansible-language-server .. - npm link --save ../ansible-language-server - pushd ../ansible-language-server - npm ci - npm run compile - popd - npm ls --depth=0 --link=true + npm install --save https://github.com/ansible/ansible-language-server + git stash + git diff shell: bash # Build extension