diff options
author | Aleksey Kladov <[email protected]> | 2020-03-17 14:42:27 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-17 14:43:14 +0000 |
commit | 46c618f7d989849cae11c7e4b7b7370bf89faaa2 (patch) | |
tree | b5716aee64056f981361bb416ef5e5927ebff45e /.github/workflows | |
parent | ec1312ef38092a4c8f49b57185707c95e00129fa (diff) |
Disable npm audit, as it blocks unrelated PR without a way to fix
https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
126 | - run: npm ci | 126 | - run: npm ci |
127 | working-directory: ./editors/code | 127 | working-directory: ./editors/code |
128 | 128 | ||
129 | - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } | 129 | # - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } |
130 | working-directory: ./editors/code | 130 | # working-directory: ./editors/code |
131 | 131 | ||
132 | - run: npm run lint | 132 | - run: npm run lint |
133 | working-directory: ./editors/code | 133 | working-directory: ./editors/code |