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 Dec 12, 2024
1 parent 693432f commit 93eedbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
echo pg_version: $PG_VERSION
echo build_type: $BUILD_TYPE
echo lfc: $LFC_STATE
if [ $LFC_STATE == true ] && [ $BUILD_TYPE == debug ]; then
exit 1
fi
env:
PG_VERSION: ${{ matrix.pg_version }}
LFC_STATE: ${{ matrix.lfc_state }}
Expand Down

0 comments on commit 93eedbe

Please sign in to comment.