image_segmentation/.github/actions/run_unittests_win/action.yml
2025-01-20 16:36:01 +08:00

9 lines
149 B
YAML

name: "Run Unit Tests"
runs:
using: composite
steps:
- name: Run Unit Tests
shell: bash
run: |
echo TODO: unittest fails for now