Disable npm audit, as it blocks unrelated PR without a way to fix

https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117
This commit is contained in:
Aleksey Kladov 2020-03-17 15:42:27 +01:00
parent ec1312ef38
commit 46c618f7d9

View file

@ -126,8 +126,8 @@ jobs:
- run: npm ci
working-directory: ./editors/code
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
working-directory: ./editors/code
# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
# working-directory: ./editors/code
- run: npm run lint
working-directory: ./editors/code