mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
Update nodejs.yml
This commit is contained in:
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -14,13 +14,13 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install doctest mocha standard --save-dev
|
||||
npm install doctest standard --save-dev
|
||||
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
|
||||
# npx mocha # Maths/test/Abs.test.js
|
||||
env:
|
||||
CI: true
|
||||
|
Reference in New Issue
Block a user