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 dc42de8 commit 242f4d1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
steps:
- name: Show vars
run: |
echo pg_version: ${{ matrix.pg_version }}
echo lfc: ${{ matrix.no_default_lfc }}
echo pg_version: $PG_VERSION
echo lfc: $NO_DEFAULT_LFC
env:
PG_VERSION: ${{ matrix.pg_version }}
NO_DEFAULT_LFC: ${{ matrix.no_default_lfc }}


0 comments on commit 242f4d1

Please sign in to comment.