.github/workflows: ci-sql-server-integration-tests.yaml: More iteration.

This commit is contained in:
Aaron Son
2022-10-04 13:06:00 -07:00
parent a148ef61b3
commit ca93b47a9e

View File

@@ -47,5 +47,5 @@ jobs:
DOLT_FMT: ${{ matrix.dolt_fmt }}
run: |
if [ -n "$DOLT_FMT" ]; then export DOLT_DEFAULT_BIN_FORMAT="$DOLT_FMT"; fi
DOLT_BIN="$(pwd)/../../.ci_bin/dolt" go test .
DOLT_BIN_PATH="$(pwd)/../../.ci_bin/dolt" go test .
working-directory: ./integration-tests/go-sql-server-driver