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