mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-01-25 22:15:56 -05:00
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.
This commit is contained in:
parent
79fd33d21f
commit
e536db9b7e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -116,6 +116,6 @@ jobs:
|
|||||||
working-directory: js
|
working-directory: js
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: mocha
|
run: npm test
|
||||||
working-directory: js
|
working-directory: js
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user