fixe upgrade tests

pull/7154/head
Gokhan Gulbiz 2023-08-21 16:19:42 +03:00
parent 0af5f401c9
commit 4aab1376b1
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 5 deletions

View File

@ -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 .