Skip to content

Commit

Permalink
hard code JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 24, 2025
1 parent d5443d9 commit 3556da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: docker compose version
- name: "API Build"
run: |
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk/bin
make ci-app
- name: "Move jacoco reports"
run: |
Expand Down

0 comments on commit 3556da7

Please sign in to comment.