From 90ec2ac52248afcb630cb53625511ea75c6ee403 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 00:19:13 +0200 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4eb36bf9c..d5dfbfd17 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,8 +15,8 @@ jobs: - name: npm install, build, and test run: | npm install doctest - doctest --module Sorts Sorts/BogoSort.js - # node -e "doctest('Sorts/BogoSort.js', {})" + ./doctest Sorts/BogoSort.js + # node -e "doctest('Sorts/BogoSort.js', {})" //--module Sorts npm install standard --save-dev npx standard cd Linear-Algebra-Javascript