Skip to content

Commit

Permalink
Attempting Small Mesh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Feb 6, 2025
1 parent 905d690 commit 0288e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NightlyPublished_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<none>" | 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 "<none>" | 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..."
Expand Down

0 comments on commit 0288e52

Please sign in to comment.