diff --git a/.github/workflows/NightlyPublished_CLI.yml b/.github/workflows/NightlyPublished_CLI.yml index 5b7f31f06d..89ecaa29fe 100644 --- a/.github/workflows/NightlyPublished_CLI.yml +++ b/.github/workflows/NightlyPublished_CLI.yml @@ -200,7 +200,7 @@ jobs: sim_input="/root/${base_name}" sim_output="/root/${base_extless_name}_output" echo -n "Running \"${file}\" in output folder \"${base_extless_name}_output\"..." - docker run -v $GITHUB_WORKSPACE/set_${{ matrix.sets }}:/root $(docker image ls | grep "" | awk '{print $3;}') execute-omex -d -i ${sim_input} -o ${sim_output} --timeout_ms=720000 + docker run -v $GITHUB_WORKSPACE/set_${{ matrix.sets }}:/root $(docker image ls | grep "" | awk '{print $3;}') execute-omex -d -i ${sim_input} -o ${sim_output} --timeout_ms=720000 --small-mesh echo "Done!" # Grab Summary echo -n "Obtaining Summary..."