mirror of
https://github.com/putnam/binmerge.git
synced 2025-04-19 08:28:06 +02:00
add --help to run check
to ensure exit code is 0
This commit is contained in:
parent
6ab0c6a7b9
commit
05c615cbfa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- run: pip install pyinstaller
|
||||
- run: pyinstaller -F binmerge
|
||||
# Optionally verify that it works (provided that it does not need user interaction)
|
||||
- run: ./dist/binmerge.exe
|
||||
- run: ./dist/binmerge.exe --help
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: dist/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue