Преглед на файлове

style: run tests via npm script insread of custom command

I.e. not call mocha directly but let the script defined in package.json do it's job.
rugk преди 4 години
родител
ревизия
e536db9b7e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -116,6 +116,6 @@ jobs:
       working-directory: js
       
     - name: Run unit tests
-      run: mocha
+      run: npm test
       working-directory: js