image_segmentation/.github/actions/run_unittests_win/action.yml

9 lines
149 B
YAML
Raw Permalink Normal View History

2025-01-20 16:36:01 +08:00
name: "Run Unit Tests"
runs:
using: composite
steps:
- name: Run Unit Tests
shell: bash
run: |
echo TODO: unittest fails for now