diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93e696d..2f850c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: jobs: test: - name: lint runs-on: ubuntu-latest steps: @@ -29,6 +28,7 @@ jobs: - run: npm install - run: npm run tsc - run: npm run lint + - run: npm run test # publish version tags - name: npm publish