Skip to content

Commit

Permalink
Add tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Apr 29, 2021
1 parent 09e6456 commit 2401ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Run linting test
run: yarn lint

- name: Run unit tests
run: yarn test

- name: Create a production build
run: yarn build

Expand Down

0 comments on commit 2401ed6

Please sign in to comment.