Skip to content

Commit

Permalink
ci: run tests on CI workflow (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz authored Oct 10, 2021
1 parent fe70724 commit c2253c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 comment on commit c2253c3

@vercel
Copy link

@vercel vercel bot commented on c2253c3 Oct 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.