mirror of https://github.com/citusdata/citus.git
Fix test-arbitrary-configs
parent
c46eeb2e86
commit
2f65a2c770
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue