Skip to content

Commit 90ec2ac

Browse files
authored
Update nodejs.yml
1 parent 7d79a41 commit 90ec2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install doctest
18-
doctest --module Sorts Sorts/BogoSort.js
19-
# node -e "doctest('Sorts/BogoSort.js', {})"
18+
./doctest Sorts/BogoSort.js
19+
# node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts
2020
npm install standard --save-dev
2121
npx standard
2222
cd Linear-Algebra-Javascript

0 commit comments

Comments
 (0)