mirror of https://github.com/citusdata/citus.git
fixe upgrade tests
parent
0af5f401c9
commit
4aab1376b1
|
@ -235,8 +235,6 @@ 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)
|
||||||
|
@ -298,9 +296,7 @@ jobs:
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v3.5.0
|
||||||
- uses: actions/download-artifact@v3.0.1
|
- uses: "./.github/actions/install_extension"
|
||||||
with:
|
|
||||||
name: build-${{ inputs.pg14_version }}
|
|
||||||
- name: Install and test citus upgrade
|
- name: Install and test citus upgrade
|
||||||
run: |-
|
run: |-
|
||||||
chown -R circleci .
|
chown -R circleci .
|
||||||
|
|
Loading…
Reference in New Issue