diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0695848c..2904833ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,5 +30,8 @@ jobs: - name: Check linting run: yarn lint + - name: Run tests + run: yarn test + - name: Check commits messages uses: wagoid/commitlint-github-action@v4