Skip to content

Commit 31f0f03

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev_centers
2 parents bedc4ff + c922578 commit 31f0f03

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -68,6 +68,7 @@ jobs:
6868
echo "artifact_name=$artifact_name" >> $env:GITHUB_OUTPUT
6969
7070
- name: Create artifact
71+
id: create-artifact
7172
uses: actions/[email protected]
7273
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

0 commit comments

Comments
 (0)