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