From e58df2097c681ad79889b84c3c93c8dec6d69833 Mon Sep 17 00:00:00 2001 From: Petr Jasek Date: Thu, 4 Apr 2024 18:21:44 +0200 Subject: [PATCH] save --- .github/workflows/ci-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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