diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e3f842525..504096feb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: - name: npm install, build, and test run: | npm install doctest standard --save-dev - npx doctest Sorts/BogoSort.js BucketSort.js + npx doctest Sorts/BogoSort.js Sorts/BucketSort.js npx standard cd Linear-Algebra-Javascript npm ci