mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 10:31:30 -06:00
.github/workflows/ci-sql-server-integration-tests.yaml: Debug windows PATH.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user