We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bae390 commit 9d21e03Copy full SHA for 9d21e03
.github/workflows/nodejs.yml
@@ -14,13 +14,12 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: npm install, build, and test
16
run: |
17
- npm install doctest standard --save-dev
18
- npx doctest Sorts/BogoSort.js Sorts/BucketSort.js
+ npm install doctest mocha standard --save-dev
+ npx mocha
19
+ npx doctest # Sorts/BogoSort.js Sorts/BucketSort.js
20
npx standard
- # cd Linear-Algebra
21
npm ci
22
npm run build --if-present
23
npm test
24
- # npx mocha # Maths/test/Abs.test.js
25
env:
26
CI: true
0 commit comments