Skip to content

Commit

Permalink
add pytest to git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Feb 24, 2022
1 parent 388d20c commit 847cf52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:

- name: Run unit tests
run: yarn test

- name: Run python unit tests
run: py.test

0 comments on commit 847cf52

Please sign in to comment.