Skip to content

Commit

Permalink
turn on nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evkotov committed Jan 24, 2024
1 parent a0780de commit 66fe72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
export PYTHONPATH=${MODEL_HUB_TESTS_INSTALL_DIR}:$PYTHONPATH
python3 -m pytest ${MODEL_HUB_TESTS_INSTALL_DIR}/performance_tests/ -m ${TYPE} --html=${INSTALL_TEST_DIR}/TEST-tf_hub_performance.html --self-contained-html -v
env:
TYPE: ${{ inputs.event == 'schedule' && 'nightly' || 'precommit'}}
TYPE: ${{ inputs.event == 'schedule' && 'nightly' || 'nightly'}}
TEST_DEVICE: CPU

- name: Upload Test Results
Expand Down

0 comments on commit 66fe72d

Please sign in to comment.