From 391002b1b1644b4f3951998d9359f895cf928705 Mon Sep 17 00:00:00 2001 From: Alex Meijer Date: Wed, 2 Oct 2024 16:26:26 -0400 Subject: [PATCH] don't cd Signed-off-by: Alex Meijer --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d68eec5..cb5e9b2 100644 --- a/justfile +++ b/justfile @@ -16,7 +16,7 @@ build-all-plugins: clean test-all-plugins integration-test-all-plugins: echo "pluginPaths: {{pluginPaths}}" - cd ./pkg/test/pkg/executor/main && {{commonenv}} go run . --plugins={{pluginPaths}} + {{commonenv}} go run pkg/test/pkg/executor/main/main.go --plugins={{pluginPaths}} clean: rm -rf ./build