diff --git a/.github/workflows/ci-client.yml b/.github/workflows/ci-client.yml index bf82c5456..625f9c4d8 100644 --- a/.github/workflows/ci-client.yml +++ b/.github/workflows/ci-client.yml @@ -23,6 +23,8 @@ jobs: - 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