From e1e41c8b32584c7ae0bfb53a963a6d3d6a98b325 Mon Sep 17 00:00:00 2001 From: veetaha Date: Wed, 18 Mar 2020 23:15:48 +0200 Subject: cicd: revive npm audit --- .github/workflows/ci.yaml | 4 ++-- 1 file 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: - 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