Skip to content

Commit

Permalink
Merge pull request #28 from opencost/atm/restructure-testharness
Browse files Browse the repository at this point in the history
don't cd
  • Loading branch information
ameijer authored Oct 2, 2024
2 parents 34fe294 + 391002b commit d9ed7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9ed7d1

Please sign in to comment.