Skip to content

Commit

Permalink
Changed CI procedure name
Browse files Browse the repository at this point in the history
  • Loading branch information
JovieL25 committed May 12, 2023
1 parent e3c0985 commit 6c8dd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pip3 install scikit-learn
- name: Test file path
run: python3 -c "import os; print(os.path.exists(os.path.abspath('test/sample/032-22429388-crop.vtk')))"
- name: Test descending aorta segmentation
- name: Test aorta segmentation case 32
run: pytest -s -k 'test_compare_segmentation' --testCase "032" --limit 0.05 -p no:faulthandler
- name: Test ascending aorta segmentation
- name: Test aorta segmentation case 31
run: pytest -s -k 'test_compare_segmentation' --testCase "031" --limit 0.05 -p no:faulthandler

0 comments on commit 6c8dd83

Please sign in to comment.