mirror of https://github.com/citusdata/citus.git
Cleanup
parent
16d03c9a19
commit
c1904c46c0
|
@ -2,7 +2,6 @@ name: install_extension
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- name: Expose $PG_MAJOR to Github Env
|
||||
run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
|
|
@ -85,6 +85,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix: ${{ fromJson(needs.prepare_parallelization_matrix.outputs.json) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.0
|
||||
- uses: "./.github/actions/install_extension"
|
||||
- name: Run minimal tests
|
||||
run: |-
|
||||
|
|
Loading…
Reference in New Issue