Skip to content

Commit 375748c

Browse files
committed
build: remove help command from CI workflow for video-code
1 parent 903e798 commit 375748c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ jobs:
4747
- name: copy executable
4848
run: cp build/video-code video-code
4949

50-
- name: Run help
51-
run: |
52-
./video-code --help
53-
if [ $? -ne 0 ]; then
54-
echo "Error: video-code failed to run."
55-
exit 1
56-
5750
- name: Run video-code
5851
run: |
5952
./video-code --generate out.mp4

0 commit comments

Comments
 (0)