Fix the test selection

This commit is contained in:
Alexey Masterov
2024-09-04 13:48:19 +02:00
parent 4104b1cbd4
commit c34323eb80

View File

@@ -62,7 +62,7 @@ jobs:
uses: ./.github/actions/run-python-test-set
with:
build_type: ${{ env.BUILD_TYPE }}
test_selection: test_cloud_regress
test_selection: cloud_regress
run_in_parallel: false
save_perf_report: ${{ env.SAVE_PERF_REPORT }}
pg_version: ${{ env.DEFAULT_PG_VERSION }}