diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c3cfd20bf..2c7f534df 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,13 +14,12 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm install, build, and test run: | - npm install doctest standard --save-dev - npx doctest Sorts/BogoSort.js Sorts/BucketSort.js + npm install doctest mocha standard --save-dev + npx mocha + npx doctest # Sorts/BogoSort.js Sorts/BucketSort.js npx standard - # cd Linear-Algebra npm ci npm run build --if-present npm test - # npx mocha # Maths/test/Abs.test.js env: CI: true