Skip to content

Commit

Permalink
ci: Print out Java info
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Feb 28, 2024
1 parent b2ad267 commit ab1a76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: |
just install-dev-tools
(cd java/trino-plugin && java --version && mvn --version && echo "JAVA_HOME: $JAVA_HOME")
set -u JAVA_HOME
echo $JAVA_HOME
which java
just docker-run-trino
just check-trino
docker tag trino-joinery ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit ab1a76e

Please sign in to comment.