mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
Try running PyInstaller-generated binary in GitHub Actions
This commit is contained in:
parent
3b0ace1710
commit
b1d7e99671
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -170,3 +170,7 @@ jobs:
|
||||
|
||||
- name: Run "tox -e pyinstaller"
|
||||
run: tox -e pyinstaller
|
||||
|
||||
# This step is to ensure there are no packaging/import errors.
|
||||
- name: Test PyInstaller executable
|
||||
run: dist/Tahoe-LAFS/tahoe --version
|
||||
|
0
newsfragments/3309.minor
Normal file
0
newsfragments/3309.minor
Normal file
Loading…
x
Reference in New Issue
Block a user