diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index f62fc1c2a..94defc7b3 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -93,7 +93,7 @@ jobs: test_mode="--test-to-end" fi - ~/venv/qa/bin/python3 ./tests/regression.py --only=/regression/e2e.test_operator/${ONLY} --repeat=/regression/e2e.test_operator/${ONLY},2,pass $test_mode --trim-results on -o short --native --log ./tests/raw.log + ~/venv/qa/bin/python3 ./tests/regression.py --only=/regression/e2e.test_operator/${ONLY} $test_mode --trim-results on -o short --native --log ./tests/raw.log test_result=$? ~/venv/qa/bin/tfs --no-colors transform compact ./tests/raw.log ./tests/compact.log ~/venv/qa/bin/tfs --no-colors transform nice ./tests/raw.log ./tests/nice.log.txt