diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64d1787..c823571 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Lint +name: CI on: pull_request: @@ -26,3 +26,5 @@ jobs: run: npm run build - name: Lint run: npm run lint + - name: Test + run: npm test