From 46c618f7d989849cae11c7e4b7b7370bf89faaa2 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 17 Mar 2020 15:42:27 +0100 Subject: Disable npm audit, as it blocks unrelated PR without a way to fix https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58c8f083a..e7745c6cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 -- cgit v1.2.3