From dd088d3b3f31a115293d0cbc685b75cc151571dd Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Fri, 18 Aug 2023 14:12:50 +0300 Subject: [PATCH] Refactoring --- .github/workflows/build_and_test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2228d030e..ba9f5fc50 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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 }}