Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liswang89 committed Jan 20, 2025
1 parent 77e9331 commit 0028960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ods_ci/run_interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ if [[ -z "${ARTIFACT_DIR}" ]]; then
ARTIFACT_DIR="/tmp"
fi

poetry run robot --include ${TEST_SUITE} -d ${ARTIFACT_DIR} -x xunit_test_result.xml -r test_report.html --variablefile ${TEST_VARIABLES_FILE} ${TEST_CASE_FILE}
sleep 7200
#poetry run robot --include ${TEST_SUITE} -d ${ARTIFACT_DIR} -x xunit_test_result.xml -r test_report.html --variablefile ${TEST_VARIABLES_FILE} ${TEST_CASE_FILE}

0 comments on commit 0028960

Please sign in to comment.