We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d31132 commit c074529Copy full SHA for c074529
.github/workflows/ci.yml
@@ -161,7 +161,7 @@ jobs:
161
$SUDO mv "${{ runner.temp }}"/regression_tmp/install/Regression_*/bin/* "${SOFA_ROOT}/bin"
162
chmod +x ${SOFA_ROOT}/bin/Regression_test${{ steps.sofa.outputs.exe }}
163
# Setup mandatory env vars
164
- export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/examples"
+ export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/scenes"
165
export REGRESSION_REFERENCES_DIR="${WORKSPACE_SRC_PATH}/regression/references"
166
export PYTHONPATH=$SOFA_ROOT/plugins/SofaPython3/lib/python3/site-packages
167
# Run regression test bench
0 commit comments