From ceac69b125286dddffb8f6204d687e58d2468346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Schmitz?= Date: Sun, 10 Oct 2021 15:14:27 -0300 Subject: [PATCH] ci: run tests on CI workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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