mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
fix: missing upload dependencies in tests
This commit is contained in:
6
.github/workflows/integration_test.yml
vendored
6
.github/workflows/integration_test.yml
vendored
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user