Skip to content

Commit b8350d9

Browse files
authored
npx doctest Sorts/BogoSort.js
1 parent 9328ac6 commit b8350d9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install doctest standard --save-dev
18-
pwd
19-
ls -la
20-
echo "A"
21-
node_modules/doctest Sorts/BogoSort.js || true
22-
echo "B"
23-
npx doctest Sorts/BogoSort.js || true
24-
echo "C"
25-
node -e "node_modules/doctest('Sorts/BogoSort.js', {})" || true
26-
echo "D"
27-
# npm install standard --save-dev
18+
npx doctest Sorts/BogoSort.js
2819
npx standard
2920
cd Linear-Algebra-Javascript
3021
npm ci

0 commit comments

Comments
 (0)