diff --git a/.github/workflows/node.js.yml b/.github/workflows/ci.yml similarity index 96% rename from .github/workflows/node.js.yml rename to .github/workflows/ci.yml index 7ed1d68..38e6992 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/ci.yml @@ -30,4 +30,4 @@ jobs: - run: npm run format - run: npm run lint - run: npm run build - - run: npm run ci:test + # - run: npm run ci:test