Skip to content

Commit

Permalink
test: e2e test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Jun 28, 2024
1 parent 039d16e commit c24124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GO111MODULE=on go install github.com/onsi/ginkgo/v2/[email protected]

# Build kusion binary
go generate ./pkg/version
go build -o bin/kusion .
go build -o bin/kusion.exe .


# Run e2e
Expand Down

0 comments on commit c24124a

Please sign in to comment.