diff --git a/helper/sync-dtmcli.sh b/helper/sync-dtmcli.sh index 451dc14..0345137 100755 --- a/helper/sync-dtmcli.sh +++ b/helper/sync-dtmcli.sh @@ -38,6 +38,7 @@ cp -r ../dtm/dtmgrpc/* ./ go get github.com/dtm-labs/dtmcli@$ver sed -i '' -e 's/dtm-labs\/dtm\//dtm-labs\//g' *.go */**.go rm -rf *_test.go +rm -rf workflow/*_test.go go mod tidy go build || exit 1 git add .