fix: missing upload dependencies in tests

This commit is contained in:
debugtalk
2020-06-03 21:41:24 +08:00
parent 82b8975691
commit 94fbab82ad

View File

@@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry --version
poetry install -vv
poetry install -vv -E upload
- name: Test package installation
run: |
poetry build
@@ -36,7 +36,7 @@ jobs:
httprunner har2case -h
- name: Run smoketest - postman echo
run: |
hrun -s examples/postman_echo/request_methods
hrun examples/postman_echo/request_methods
- name: Run smoketest - httpbin
run: |
hrun -s examples/httpbin/
hrun examples/httpbin/