Skip to content

Commit

Permalink
Merge pull request #116 from gradle/gk/apolloFix
Browse files Browse the repository at this point in the history
Fixed the apollo-kotlin experiments
  • Loading branch information
ribafish authored Aug 22, 2024
2 parents 5209a2a + 7c8cebf commit 1cf8a60
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run-experiments-apollo-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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<org.jetbrains.intellij.tasks.BuildPluginTask>().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:
Expand Down

0 comments on commit 1cf8a60

Please sign in to comment.