.github/workflows/ci-sql-server-integration-tests.yaml: Debug windows PATH.

This commit is contained in:
Aaron Son
2022-10-04 11:59:51 -07:00
parent cc82355269
commit e19fe01a26

View File

@@ -50,10 +50,11 @@ jobs:
run: |
dolt config --global --add user.name 'Dolthub Actions'
dolt config --global --add user.email 'actions@dolthub.com'
- name: Test all Unix
- name: Test all
env:
DOLT_FMT: ${{ matrix.dolt_fmt }}
run: |
if [ -n "$DOLT_FMT" ]; then export DOLT_DEFAULT_BIN_FORMAT="$DOLT_FMT"; fi
echo "$PATH"
go test .
working-directory: ./integration-tests/go-sql-server-driver