Skip to content

Commit 9d21e03

Browse files
authored
Update nodejs.yml
1 parent 9bae390 commit 9d21e03

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17-
npm install doctest standard --save-dev
18-
npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
17+
npm install doctest mocha standard --save-dev
18+
npx mocha
19+
npx doctest # Sorts/BogoSort.js Sorts/BucketSort.js
1920
npx standard
20-
# cd Linear-Algebra
2121
npm ci
2222
npm run build --if-present
2323
npm test
24-
# npx mocha # Maths/test/Abs.test.js
2524
env:
2625
CI: true

0 commit comments

Comments
 (0)