Skip to content

Commit

Permalink
Merge pull request #118 from gradle/tylerbertrand/james
Browse files Browse the repository at this point in the history
Fix Apache James Workflow Failures
  • Loading branch information
tylerbertrand authored Aug 22, 2024
2 parents 1cf8a60 + 117d50e commit 97c13df
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-experiments-apache-james.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com"
GIT_REPO: "https://github.com/apache/james-project"
GOALS: "verify"
ARGS: "-B -Dmaven.test.failure.ignore=true"

jobs:
Experiment:
Expand All @@ -21,10 +22,12 @@ jobs:
- experimentId: 2
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
- name: Free disk space
uses: jlumbroso/[email protected]
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable
Expand All @@ -37,6 +40,7 @@ jobs:
with:
gitRepo: ${{ env.GIT_REPO }}
goals: ${{ env.GOALS }}
args: ${{ env.ARGS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 1
Expand All @@ -47,6 +51,7 @@ jobs:
with:
gitRepo: ${{ env.GIT_REPO }}
goals: ${{ env.GOALS }}
args: ${{ env.ARGS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 2

0 comments on commit 97c13df

Please sign in to comment.