diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed9191c49c..7f4e753410 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,9 +116,9 @@ jobs: - run: npm ci working-directory: ./editors/code - - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } - if: runner.os == 'Linux' - working-directory: ./editors/code +# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } +# if: runner.os == 'Linux' +# working-directory: ./editors/code - run: npm run lint working-directory: ./editors/code