fix: missing upload dependencies in tests

This commit is contained in:
debugtalk
2020-06-03 21:41:24 +08:00
parent b06978e8ee
commit 804d6bcc80

View File

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