gradle-enterprise-build-validation-scripts icon indicating copy to clipboard operation
gradle-enterprise-build-validation-scripts copied to clipboard

Add projectDir argument to the configuration cache experiment github action

Open ribafish opened this issue 1 year ago • 0 comments

Currently the experiment-config-cache expects to run the ./gradlew command in the root of the workflow. This means that any repository that has gradlew executable in a subdirectory can't use this github action.

I propose we add an optional projectDir argument, that would allow users to select the directory to run the configuration cache experiment from, same as we have for other experiments done via scripts - example: exp3.

ribafish avatar Apr 22 '24 09:04 ribafish