Skip to content

Commit

Permalink
fixup! fixup! debug
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Oct 3, 2024
1 parent 3f75dd8 commit 870498a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ docker run \
-v ${tmp_dir}:/root/ \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
sbtscala/scala-sbt:graalvm-community-21.0.2_1.9.9_2.12.18 \
/bin/bash -c "set;env; cat /etc/os-release; sbt clean ${camelComponent}/test"
/bin/bash -c "set;env; cat /etc/os-release; export JAVA_HOME='/opt/graalvm-community-java21' && sbt clean ${camelComponent}/test"

0 comments on commit 870498a

Please sign in to comment.