fix: github action, test package installation

This commit is contained in:
debugtalk 2020-05-22 15:14:18 +08:00
parent 2d000b28a8
commit bbc7f387ee
1 changed files with 6 additions and 7 deletions

View File

@ -30,14 +30,13 @@ jobs:
poetry build
ls dist/*.whl | xargs pip install # test installation
hrun -V
hrun run -h
hrun startproject -h
hrun har2case -h
pip install locustio
hrun locusts -h
har2case -h
httprunner run -h
httprunner startproject -h
httprunner har2case -h
- name: Run smoketest - postman echo
run: |
hrun examples/postman_echo/request_methods
hrun -s examples/postman_echo/request_methods
- name: Run smoketest - httpbin
run: |
hrun examples/httpbin/
hrun -s examples/httpbin/