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:
- uses: actions/checkout@v3.5.0
- uses: "./.github/actions/install_extension"
with:
pg_major: "${{ matrix.pg_version }}"
- name: Test arbitrary configs
run: |-
TESTS=$(src/test/regress/citus_tests/print_test_names.py | circleci tests split)
@ -298,9 +296,7 @@ jobs:
- build
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/download-artifact@v3.0.1
with:
name: build-${{ inputs.pg14_version }}
- uses: "./.github/actions/install_extension"
- name: Install and test citus upgrade
run: |-
chown -R circleci .