Skip to content

Commit

Permalink
add test to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAfanasievFS committed Oct 6, 2020
1 parent 4d0713f commit 3a32557
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
make build
- name: Run linter
run: make lint
run: make lint

- name: Run test
run: make jest

0 comments on commit 3a32557

Please sign in to comment.