From c01ad437f3e65e85e5e689a109a49ed3477b7ca6 Mon Sep 17 00:00:00 2001 From: rnugmano Date: Wed, 25 Oct 2023 22:07:06 +0400 Subject: [PATCH] adds logs --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f72e1ae519a530..c3d858496b0a6c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1370,7 +1370,7 @@ jobs: run: | pushd ${E2E_TESTS_INSTALL_DIR} export PYTHONPATH=${E2E_TESTS_INSTALL_DIR}:${INSTALL_TEST_DIR}:$PYTHONPATH - pytest ${E2E_TESTS_INSTALL_DIR}/test_ovc_mo.py -v --test_conf=${E2E_TESTS_INSTALL_DIR}/test_config_local.yml --env_conf=${E2E_TESTS_INSTALL_DIR}/env_config_local.yml --base_rules_conf=${E2E_TESTS_INSTALL_DIR}/base_test_rules.yml --modules=${E2E_TESTS_INSTALL_DIR}/pipelines/production/tf_hub + pytest test_ovc_mo.py -v -s --test_conf=test_config_local.yml --env_conf=env_config_local.yml --base_rules_conf=base_test_rules.yml --modules=pipelines/production/tf_hub - name: Upload Test Results uses: actions/upload-artifact@v3