diff --git a/.github/workflows/run-experiments-apollo-kotlin.yml b/.github/workflows/run-experiments-apollo-kotlin.yml index bbc2fbd..7685f5f 100644 --- a/.github/workflows/run-experiments-apollo-kotlin.yml +++ b/.github/workflows/run-experiments-apollo-kotlin.yml @@ -9,8 +9,8 @@ on: env: GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" GIT_REPO: "https://github.com/apollographql/apollo-kotlin" - TASKS: "build" - ARGS: "-x :intellij-plugin:test" + TASKS: "ciTestsGradle" + ARGS: "--no-configuration-cache" jobs: Experiment: @@ -28,12 +28,6 @@ jobs: with: java-version: 17 distribution: "temurin" - - name: Add git hook to temporarily disable caching for :intellij-plugin:instrumentCode - run: | - mkdir ~/git-hooks - echo -e 'echo "\ntasks.withType().configureEach { outputs.doNotCacheIf(\"buildPlugin should not be cacheable as it is a Zip task\") { true } }" >> intellij-plugin/build.gradle.kts\n' >> ~/git-hooks/post-checkout - chmod +x ~/git-hooks/post-checkout - git config --global core.hooksPath ~/git-hooks - name: Download latest version of the validation scripts uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable with: