aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-16 14:14:44 +0000
committerGitHub <[email protected]>2020-03-16 14:14:44 +0000
commit0125b974f1a0911516908b5c1614e9068bd15333 (patch)
treeb80c7f476f02e9bfec7b4be1529283b516056399 /.github/workflows
parentebab250b6bffaafb347ce431d5f4c9eeab4aa7e3 (diff)
parent1aa5d5dc2169758f511db2db186c95833ab11c12 (diff)
Merge pull request #3606 from matklad/audit
Make audit more reliable
Diffstat (limited to '.github/workflows')
-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