diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index de86123d47..489b0c4c39 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -75,7 +75,7 @@ jobs: node app --setup="${SETUP}" --ci="${CI}" - name: Run ESLint - run: npm run lint + run: eslint --cache --ignore-pattern 'public/src/modules/chat.js' ./nodebb . - name: Node tests run: npm test