From 9a0aad582eb201ef7bd7571137e66e1411a23f43 Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Sun, 26 Mar 2023 07:32:46 +0400 Subject: [PATCH] need less ports --- .github/actions/run-python-test-set/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-python-test-set/action.yml b/.github/actions/run-python-test-set/action.yml index fa4573b573..5e48d655bb 100644 --- a/.github/actions/run-python-test-set/action.yml +++ b/.github/actions/run-python-test-set/action.yml @@ -19,7 +19,7 @@ inputs: run_in_parallel: description: 'Whether to run tests in parallel' required: false - default: 'true' + default: 'false' save_perf_report: description: 'Whether to upload the performance report, if true PERF_TEST_RESULT_CONNSTR env variable should be set' required: false