From 0288e52851bfe340ed007213c7e6bc2be1278c90 Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Thu, 6 Feb 2025 09:33:36 -0500 Subject: [PATCH] Attempting Small Mesh fix --- .github/workflows/NightlyPublished_CLI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."