aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-16 14:00:33 +0000
committerAleksey Kladov <[email protected]>2020-03-16 14:13:38 +0000
commit1aa5d5dc2169758f511db2db186c95833ab11c12 (patch)
treeb80c7f476f02e9bfec7b4be1529283b516056399 /.github
parenta00bab57811fed00d96b5efba69f217c53b276e6 (diff)
Make audit more reliable
I've seen this transient error a couple of times: https://github.com/rust-analyzer/rust-analyzer/runs/511162809?check_suite_focus=true#step:5:8
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ee74d7486..afb89f17b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -104,7 +104,7 @@ jobs:
104 - run: npm ci 104 - run: npm ci
105 working-directory: ./editors/code 105 working-directory: ./editors/code
106 106
107 - run: npm audit 107 - run: npm audit || sleep 10 && npm audit || sleep 30 && npm audit
108 working-directory: ./editors/code 108 working-directory: ./editors/code
109 109
110 - run: npm run lint 110 - run: npm run lint