fix: github action scripts

This commit is contained in:
debugtalk
2020-04-12 17:15:37 +08:00
parent 2f73d5021b
commit 47d4aad8e0
2 changed files with 3 additions and 3 deletions

View File

@@ -33,4 +33,4 @@ jobs:
locusts -V
- name: Run smoketest for hrun command
run: |
cd tests/httpbin && hrun basic.yml --failfast && cd -
cd tests/httpbin && hrun run basic.yml --failfast && cd -

View File

@@ -27,8 +27,8 @@ jobs:
poetry install -vv
- name: Run unittest for httprunner
run: |
poetry run python -m httprunner.cli hrun -V
poetry run python -m httprunner.cli hrun -h
poetry run python -m httprunner.cli -V
poetry run python -m httprunner.cli -h
poetry run coverage run --source=httprunner -m unittest discover
poetry run coverage xml
poetry run coverage report -m