fix: github action, test package installation

This commit is contained in:
debugtalk
2020-05-22 15:14:18 +08:00
parent 2d000b28a8
commit bbc7f387ee
+6 -7
View File
@@ -30,14 +30,13 @@ jobs:
poetry build poetry build
ls dist/*.whl | xargs pip install # test installation ls dist/*.whl | xargs pip install # test installation
hrun -V hrun -V
hrun run -h har2case -h
hrun startproject -h httprunner run -h
hrun har2case -h httprunner startproject -h
pip install locustio httprunner har2case -h
hrun locusts -h
- name: Run smoketest - postman echo - name: Run smoketest - postman echo
run: | run: |
hrun examples/postman_echo/request_methods hrun -s examples/postman_echo/request_methods
- name: Run smoketest - httpbin - name: Run smoketest - httpbin
run: | run: |
hrun examples/httpbin/ hrun -s examples/httpbin/