Skip to content

Commit c074529

Browse files
committed
[ci] Correct path to regression scenes
1 parent 7d31132 commit c074529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
$SUDO mv "${{ runner.temp }}"/regression_tmp/install/Regression_*/bin/* "${SOFA_ROOT}/bin"
162162
chmod +x ${SOFA_ROOT}/bin/Regression_test${{ steps.sofa.outputs.exe }}
163163
# Setup mandatory env vars
164-
export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/examples"
164+
export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/scenes"
165165
export REGRESSION_REFERENCES_DIR="${WORKSPACE_SRC_PATH}/regression/references"
166166
export PYTHONPATH=$SOFA_ROOT/plugins/SofaPython3/lib/python3/site-packages
167167
# Run regression test bench

0 commit comments

Comments
 (0)