Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Sep 12, 2023
1 parent 1d34b01 commit 58ec590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 58ec590

Please sign in to comment.