diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index faba6ef3a..e3af6961e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,7 +17,7 @@ jobs: npm install doctest mocha standard --save-dev npx doctest Sorts/BogoSort.js Sorts/BucketSort.js npx standard - cd Linear-Algebra + # cd Linear-Algebra npm ci npm run build --if-present npm test