Skip to content

Commit

Permalink
Debug commands to see which aspects of Java are set in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zabetak committed Aug 13, 2024
1 parent a02453f commit 754accf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- run: echo "$java-version"
- run: echo "$JAVA_HOME"
- run: echo "${{ matrix.java-version }}"
- run: java --version
- run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true

0 comments on commit 754accf

Please sign in to comment.