From 9328ac686e62dc21d22e616b30e8df529ed1be55 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 00:38:04 +0200 Subject: [PATCH] node_modules/doctest Sorts/BogoSort.js || true --- .github/workflows/nodejs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 076923aac..4b6524da7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,9 +17,13 @@ jobs: npm install doctest standard --save-dev pwd ls -la - doctest Sorts/BogoSort.js || true + echo "A" + node_modules/doctest Sorts/BogoSort.js || true + echo "B" npx doctest Sorts/BogoSort.js || true - node -e "doctest('Sorts/BogoSort.js', {})" || true + echo "C" + node -e "node_modules/doctest('Sorts/BogoSort.js', {})" || true + echo "D" # npm install standard --save-dev npx standard cd Linear-Algebra-Javascript