Skip to content

Commit

Permalink
Fix devel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 2, 2022
1 parent 8596a6b commit e2b75e1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2b75e1

Please sign in to comment.