mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
npx doctest Sorts/BogoSort.js
This commit is contained in:
11
.github/workflows/nodejs.yml
vendored
11
.github/workflows/nodejs.yml
vendored
@ -15,16 +15,7 @@ jobs:
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install doctest standard --save-dev
|
||||
pwd
|
||||
ls -la
|
||||
echo "A"
|
||||
node_modules/doctest Sorts/BogoSort.js || true
|
||||
echo "B"
|
||||
npx doctest Sorts/BogoSort.js || true
|
||||
echo "C"
|
||||
node -e "node_modules/doctest('Sorts/BogoSort.js', {})" || true
|
||||
echo "D"
|
||||
# npm install standard --save-dev
|
||||
npx doctest Sorts/BogoSort.js
|
||||
npx standard
|
||||
cd Linear-Algebra-Javascript
|
||||
npm ci
|
||||
|
Reference in New Issue
Block a user