pull/7154/head
Gokhan Gulbiz 2023-08-18 14:03:32 +03:00
parent 16d03c9a19
commit c1904c46c0
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ name: install_extension
runs: runs:
using: composite using: composite
steps: steps:
- uses: actions/checkout@v3.5.0
- name: Expose $PG_MAJOR to Github Env - name: Expose $PG_MAJOR to Github Env
run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
shell: bash shell: bash

View File

@ -85,6 +85,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: ${{ fromJson(needs.prepare_parallelization_matrix.outputs.json) }} matrix: ${{ fromJson(needs.prepare_parallelization_matrix.outputs.json) }}
steps: steps:
- uses: actions/checkout@v3.5.0
- uses: "./.github/actions/install_extension" - uses: "./.github/actions/install_extension"
- name: Run minimal tests - name: Run minimal tests
run: |- run: |-