Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Oct 21, 2024
1 parent 5dbbb8a commit 786d602
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 @@ -14,7 +14,7 @@ jobs:
steps:
- name: Show vars
run: |
echo pg_version: ${{ strategy.matrix.pg_version }}
echo lfc: ${{ strategy.matrix.no_default_lfc }}
echo pg_version: ${{ matrix.pg_version }}
echo lfc: ${{ matrix.no_default_lfc }}

0 comments on commit 786d602

Please sign in to comment.