Skip to content

Commit

Permalink
ci: Print Java and Maven versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Feb 28, 2024
1 parent 36ddf64 commit 4d77abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build & check Trino
run: |
just install-dev-tools
(cd java/trino-plugin && java --version && mvn --version)
just docker-run-trino
just check-trino
docker tag trino-joinery ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit 4d77abf

Please sign in to comment.