Use correct matrix variable when setting env variable in ci-bats-unix.yaml

This commit is contained in:
Nick Tobey
2023-06-03 17:07:39 -07:00
parent af6c15a221
commit c2f58bd406
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
run: expect -v
- name: Test all Unix
env:
SQL_ENGINE: ${{ matrix.sql-engine }}
SQL_ENGINE: ${{ matrix.sql_engine }}
PARQUET_RUNTIME_JAR: ${{ steps.parquet_cli.outputs.runtime_jar }}
BATS_TEST_RETRIES: "3"
run: |