Env var fix

pull/7154/head
Gokhan Gulbiz 2023-08-17 14:42:11 +03:00
parent 1bc08df1a0
commit f02882765a
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 4 additions and 4 deletions

View File

@ -111,10 +111,10 @@ jobs:
shell: bash
- uses: actions/upload-artifact@v3.1.1
with:
name: build-${PG_MAJOR}
name: build-${{ env.PG_MAJOR }}
path: |-
./build-${PG_MAJOR}/*
./install-${PG_MAJOR}.tar
./build-${{ env.PG_MAJOR }}/*
./install-${{ env.PG_MAJOR }}.tar
test-citus-exttester:
name: Test ${{ matrix.make }} PG${{ matrix.pg_version }}
strategy:
@ -191,7 +191,7 @@ jobs:
- uses: "./.github/actions/upload_coverage"
if: always()
with:
flags: test_${{ env.pg_major }},${{ matrix.make }}
flags: test_${{ env.PG_MAJOR }},${{ matrix.make }}
# - check-failure
# - check-arbitrary-configs