From 804d6bcc8079d70491e33dff45d88da5ac6baa51 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 3 Jun 2020 21:41:24 +0800 Subject: [PATCH] fix: missing upload dependencies in tests --- .github/workflows/integration_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 6064459e..0c234757 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -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/