mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-20 12:10:07 -06:00
iterate. add a smoke test.
This commit is contained in:
6
.github/workflows/ci-go-tests.yaml
vendored
6
.github/workflows/ci-go-tests.yaml
vendored
@@ -55,10 +55,10 @@ jobs:
|
||||
file_arr=($files)
|
||||
IFS=$SAVEIFS
|
||||
set -x
|
||||
ls "$MSYS2_LOCATION"/ucrt64/bin
|
||||
ls "$MSYS2_LOCATION"/ucrt64/lib
|
||||
ls $(cygpath -u "$MSYS2_LOCATION"/ucrt64/bin)
|
||||
ls $(cygpath -u "$MSYS2_LOCATION"/ucrt64/lib)
|
||||
echo "$PATH"
|
||||
export PATH="$MSYS2_LOCATION"/ucrt64/bin:"$PATH"
|
||||
export PATH=$(cygpath -u "$MSYS2_LOCATION"/ucrt64/bin):"$PATH"
|
||||
|
||||
for (( i=0; i<${#file_arr[@]}; i++ ))
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user