Skip to content

Commit

Permalink
separate build and unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-ld authored Nov 5, 2020
1 parent ad11b33 commit afca627
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/setuptools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
find dist -name "*.whl" -type f -exec pip install {} \;
smart_tv_telegram_tests
shell: bash

- name: unittest
run: smart_tv_telegram_tests

0 comments on commit afca627

Please sign in to comment.