fix: github action scripts

This commit is contained in:
debugtalk
2020-04-13 00:02:13 +08:00
parent caa9503df8
commit 7bf275b7cc
2 changed files with 5 additions and 2 deletions

View File

@@ -30,7 +30,10 @@ jobs:
poetry build
ls dist/*.whl | xargs pip install # test installation
hrun -V
locusts -V
hrun run -h
hrun startproject -h
hrun har2case -h
hrun locusts -h
- name: Run smoketest for hrun command
run: |
cd tests/httpbin && hrun run basic.yml --failfast && cd -