Skip to content

Commit 05c615c

Browse files
authored
add --help to run check
to ensure exit code is 0
1 parent 6ab0c6a commit 05c615c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: pip install pyinstaller
1919
- run: pyinstaller -F binmerge
2020
# Optionally verify that it works (provided that it does not need user interaction)
21-
- run: ./dist/binmerge.exe
21+
- run: ./dist/binmerge.exe --help
2222
- uses: actions/upload-artifact@v2
2323
with:
2424
path: dist/*

0 commit comments

Comments
 (0)