1
0
Fork 0
mirror of https://github.com/putnam/binmerge.git synced 2025-04-18 16:08:22 +02:00

add --help to run check

to ensure exit code is 0
This commit is contained in:
Chris Putnam 2024-02-10 21:44:31 -06:00 committed by GitHub
parent 6ab0c6a7b9
commit 05c615cbfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/*