Skip to content

Commit

Permalink
Fix JHipster build (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored Oct 2, 2023
1 parent 77dc58d commit ebd53b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-experiments-jhipster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com"
GIT_REPO: "https://github.com/jhipster/jhipster-sample-app-gradle"
TASKS: "test integrationTest -x webapp -x webapp_test"
TASKS: "test integrationTest"

jobs:
Experiment:
Expand All @@ -24,10 +24,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
Expand All @@ -50,7 +50,7 @@ jobs:
gitRepo: ${{ env.GIT_REPO }}
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
failIfNotFullyCacheable: false
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
Expand All @@ -60,5 +60,5 @@ jobs:
gitRepo: ${{ env.GIT_REPO }}
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
failIfNotFullyCacheable: false
if: matrix.experimentId == 3

0 comments on commit ebd53b1

Please sign in to comment.