mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
fix: github action scripts
This commit is contained in:
5
.github/workflows/integration_test.yml
vendored
5
.github/workflows/integration_test.yml
vendored
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user