mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Print executed command in debug mode (#72)
This commit is contained in:
@@ -70,6 +70,7 @@ runs:
|
||||
[[ -n ${prefix[*]} ]] && julia_cmd=( "${prefix[@]}" "${julia_cmd[@]}" )
|
||||
|
||||
# Run the Julia command
|
||||
echo "::debug::Executing Julia: ${julia_cmd[*]}"
|
||||
"${julia_cmd[@]}"
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user