From 58ec590711343f2e991d997b8a3acde7d088ff7b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 12 Sep 2023 11:38:47 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95eabcf..7a4147a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: test: name: Test setup-postgresql runs-on: ${{ matrix.platform }} - concurrency: ${{ matrix.platform }}-${{ matrix.postgresql_version }} + concurrency: ${{ matrix.platform }}-${{ matrix.postgresql_version }}-${{ github.ref }} strategy: fail-fast: false matrix: @@ -34,7 +34,7 @@ jobs: - name: Run setup-postgresql uses: ./ with: - postgresql_version: ${{ matrix.postgresql_version }} + postgresql-version: ${{ matrix.postgresql_version }} - name: Verify PostgreSQL run: | pg_dump --version