diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58182ec..e574864 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: lfc_state: [with-lfc,without-lfc] steps: - name: Show vars - continue-on-error: ${{ matrix.build-type == 'debug' }} + continue-on-error: ${{ matrix.build_type == 'debug' }} run: | echo pg_version: $PG_VERSION echo build_type: $BUILD_TYPE