diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c14f1e..188d999 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,8 @@ jobs: run: npm ci - name: Check code style run: npm run lint + - name: Run unit tests + run: npm test - name: Build Package run: npm run package:lib env: