From 3fec0509dd2ebdaee6c5d7adcfdbb78cb69d0c21 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 31 Oct 2020 08:45:55 +0100 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index faba6ef3a..e3af6961e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,7 +17,7 @@ jobs: npm install doctest mocha standard --save-dev npx doctest Sorts/BogoSort.js Sorts/BucketSort.js npx standard - cd Linear-Algebra + # cd Linear-Algebra npm ci npm run build --if-present npm test