Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 29, 2024
1 parent 13afa95 commit 01eeb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func runIntegrationTests(cmd *cobra.Command, args []string) {
setupEnvironment()
} else {
testFolder = "./tests-windows/"
alloyBinaryPath = "..\\..\\..\\..\\..\\build\\alloy"
//alloyBinaryPath = "..\\..\\..\\..\\..\\build\\alloy"
fmt.Println("Skipping environment setup on Windows.")
}

Expand Down

0 comments on commit 01eeb2c

Please sign in to comment.