The command used to run Gradle in the testing GitHub Action has been updated. Previously, it was using inputs for the task and options separately. Now, it uses a single input for the entire command, which increases flexibility and is easier to read and debug.
The command used to run Gradle in the testing GitHub Action has been updated. Previously, it was using inputs for the task and options separately. Now, it uses a single input for the entire command, which increases flexibility and is easier to read and debug.