From b8350d912269dc68be28c689d1a5daa044bcabcf Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 00:42:05 +0200 Subject: [PATCH] npx doctest Sorts/BogoSort.js --- .github/workflows/nodejs.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4b6524da7..4c638c216 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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