diff --git a/.github/workflows/ci-client.yml b/.github/workflows/ci-client.yml index 625f9c4d8..9e189575f 100644 --- a/.github/workflows/ci-client.yml +++ b/.github/workflows/ci-client.yml @@ -22,9 +22,9 @@ jobs: # avoid file watch limit error - run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - run: npm list || true - - run: npm run lint - run: ls - run: pwd - run: npm run test + - run: npm run lint