File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 os : [ubuntu-22.04, macos-14, windows-2022]
14- sofa_branch : [v25.06 ]
14+ sofa_branch : [master ]
1515
1616 steps :
1717 - name : Setup SOFA and environment
6868 echo "artifact_name=$artifact_name" >> $env:GITHUB_OUTPUT
6969
7070 - name : Create artifact
71+ id : create-artifact
71727273 with :
7374 name : ${{ steps.sanitize.outputs.artifact_name }}
@@ -101,6 +102,7 @@ jobs:
101102 fi
102103
103104 - name : Fetch, install and run Regression_test
105+ id : regression-test
104106 if : always()
105107 shell : bash
106108 run : |
@@ -115,6 +117,7 @@ jobs:
115117 # Setup mandatory env vars
116118 export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/examples"
117119 export REGRESSION_REFERENCES_DIR="${WORKSPACE_SRC_PATH}/regression/references"
120+ export PYTHONPATH=$SOFA_ROOT/plugins/SofaPython3/lib/python3/site-packages
118121 # Run regression test bench
119122 ${SOFA_ROOT}/bin/Regression_test${{ steps.sofa.outputs.exe }}
120123 else
@@ -145,7 +148,8 @@ jobs:
145148 with :
146149 name : ${{ github.ref_name }}
147150 tag_name : release-${{ github.ref_name }}
148- fail_on_unmatched_files : true
151+ fail_on_unmatched_files : false
152+ target_commitish : ${{ github.sha }}
149153 files : |
150154 artifacts/InfinyToolkit_*_Linux.zip
151155 artifacts/InfinyToolkit_*_Windows.zip
You can’t perform that action at this time.
0 commit comments