Refactoring

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

View File

@ -186,12 +186,6 @@ jobs:
- build
steps:
- uses: actions/checkout@v3.5.0
- name: Expose $PG_MAJOR to Github Env
run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
shell: bash
- uses: actions/download-artifact@v3.0.1
with:
name: build-${{ env.PG_MAJOR }}
- uses: "./.github/actions/install_extension"
- name: Run Test
run: gosu circleci make -C src/test/${{ matrix.suite }} ${{ matrix.make }}