Skip to content

Commit

Permalink
feat(#47): add CLI test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Sep 1, 2019
1 parent 9d2bb54 commit 24745ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
python cut_and_classify.py
python multi_video.py
python mini.py
cd ..
- name: Test Cli
run: |
stagesepx one_step ./demo.mp4 ./output

0 comments on commit 24745ed

Please sign in to comment.