diff options
author | Aleksey Kladov <[email protected]> | 2020-03-18 22:32:16 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-18 22:32:16 +0000 |
commit | 55336722b3662cbdcc9e1b92a3e27ed0442d2452 (patch) | |
tree | 74d2632ee3696956fb920b85d666b3e9184f1da1 /.github/workflows | |
parent | 21a35b49eea0750dffea0e1f7e7525e615951bf0 (diff) | |
parent | e1e41c8b32584c7ae0bfb53a963a6d3d6a98b325 (diff) |
Merge pull request #3646 from Veetaha/feature/revive-npm-audit
cicd: revive npm audit
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 e7745c6cd..58c8f083a 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 |