From ec3a070de646af80e3f00bd631ed1cf31e62b797 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 11 Dec 2024 18:53:28 -0300 Subject: [PATCH] [CONFIG] [Github Actions] clean. --- .github/workflows/node.js.yml | 3 --- 1 file changed, 3 deletions(-) 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