mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 06:03:13 +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
|
||||
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/
|
||||
|
||||
Reference in New Issue
Block a user