From 5afb9a149664ed88151398c15c742b60e11cca0f Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Thu, 17 Aug 2023 14:18:03 +0300 Subject: [PATCH] Add PG_MAJOR as Github Env Var --- .github/workflows/flaky_test_debugging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flaky_test_debugging.yml b/.github/workflows/flaky_test_debugging.yml index 735d9d666..3e4dd4001 100644 --- a/.github/workflows/flaky_test_debugging.yml +++ b/.github/workflows/flaky_test_debugging.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v3.5.0 - name: Configure, Build, and Install run: | - echo $PG_MAJOR + echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV ./ci/build-citus.sh shell: bash - uses: actions/upload-artifact@v3.1.1