diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index aaf52c23..8b4f6d67 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -33,8 +33,5 @@ jobs: - name: Install dependencies run: npm ci --verbose - # - name: Lint - # run: npm run lint - - name: Run the tests run: npm run jest:ci