Skip to content

Commit

Permalink
adds logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnugmanx committed Oct 25, 2023
1 parent fb6f8f7 commit c01ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c01ad43

Please sign in to comment.