Fix test-arbitrary-configs

pull/7154/head
Gokhan Gulbiz 2023-08-21 11:36:39 +03:00
parent c46eeb2e86
commit 2f65a2c770
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3.5.0 - uses: actions/checkout@v3.5.0
- uses: "./.github/actions/install_extension" - uses: "./.github/actions/install_extension"
with:
pg_major: "${{ matrix.pg_version }}"
- name: Test arbitrary configs - name: Test arbitrary configs
run: |- run: |-
TESTS=$(src/test/regress/citus_tests/print_test_names.py | circleci tests split) TESTS=$(src/test/regress/citus_tests/print_test_names.py | circleci tests split)