Skip to content

Commit e0ecdf8

Browse files
committed
Try fix unix
1 parent 0a13296 commit e0ecdf8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-macos-linux-windows-pixi.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
#Get right python executable
225225
pixi shell
226226
echo "VM_PYTHON3_EXECUTABLE=$SOFA_PYTHON_EXECUTABLE" >> $GITHUB_ENV
227-
227+
exit 0
228228
229229
- name: Unit tests
230230
id: unit-tests-step
@@ -242,6 +242,7 @@ jobs:
242242
if [[ "$(cd "${{ env.SOFA_BUILD_DIR }}/tests_results/" && find . -maxdepth 1 -type f)" == *"unit-tests_"* ]]; then
243243
exit 1
244244
fi
245+
exit 0
245246
246247
- name: Scene tests
247248
id: scene-tests-step
@@ -260,6 +261,8 @@ jobs:
260261
exit 1
261262
fi
262263
264+
exit 0
265+
263266
- name: Regression tests
264267
id: regression-tests-step
265268
if: always() && matrix.os == 'windows-latest' && steps.build-step.outcome == 'success' && inputs.generate-binaries == false && inputs.with-all-tests == true
@@ -277,6 +280,8 @@ jobs:
277280
exit 1
278281
fi
279282
283+
exit 0
284+
280285
281286
- name: Publish artifacts
282287
if: steps.build-step.outcome == 'success' && inputs.generate-binaries == true

0 commit comments

Comments
 (0)