Skip to content

Commit

Permalink
Corectly set PG_VERSION for run-test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa committed Mar 3, 2025
1 parent f8f4e7a commit 48403e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:

- name: Run Test
timeout-minutes: 1
run: make run-test
run: PG_VERSION=${{ matrix.PG_VERSION }} make run-test

0 comments on commit 48403e2

Please sign in to comment.