mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 07:26:31 -05:00
Use correct matrix variable when setting env variable in ci-bats-unix.yaml
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user