Skip to content

Commit

Permalink
test: set java home
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 committed Jul 5, 2024
1 parent c66da95 commit 02950ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-c8run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run c8run
run: nohup ./start.sh
run: nohup JAVA_HOME=$JAVA_HOME_21_X64 ./start.sh
working-directory: ./c8run

- name: Sleep 2 mins
Expand Down

0 comments on commit 02950ea

Please sign in to comment.