Skip to content

Commit

Permalink
Re-enable J9 test in CI
Browse files Browse the repository at this point in the history
Was disabled due to an unusual failure (see jruby#7470) but
appears to pass with more recent J9 JDKs
  • Loading branch information
headius committed Oct 10, 2023
1 parent 96387a6 commit a076bcf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
maven-test-openj9-8:
runs-on: ubuntu-latest

name: mvn -Ptest (OpenJ9 Java 8; disabled)
name: mvn -Ptest (OpenJ9 Java 17)

steps:
- name: Bootstrap build
Expand All @@ -358,11 +358,10 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt-openj9'
java-version: '8'
java-version: '17'
cache: 'maven'
- name: test profile
# run: "tool/maven-ci-script.sh"
run: "true"
run: "tool/maven-ci-script.sh"
env:
PHASE: 'package -Ptest'

Expand Down

0 comments on commit a076bcf

Please sign in to comment.