Skip to content

Commit

Permalink
Revert "Fix ci testing environment with java 11"
Browse files Browse the repository at this point in the history
This reverts commit 00c0d21.
  • Loading branch information
cindy-peng committed Jan 14, 2025
1 parent 00c0d21 commit bd49ae0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,11 @@ jobs:
env:
JOB_TYPE: test
windows:
# Building using Java 8 and run the tests with Java 11 runtime
runs-on: windows-latest
steps:
- name: Support longpaths
run: git config --system core.longpaths true
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
# https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
shell: bash
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down

0 comments on commit bd49ae0

Please sign in to comment.