Install the package and run the CLI once

This commit is contained in:
Florian Sesser 2025-01-12 06:10:14 +00:00
parent e81fc53e8b
commit a6f9b2b3fa

View File

@ -595,8 +595,14 @@ jobs:
command: |
cd /tmp/debian-13-package/tahoe-lafs/
make -f debian/rules binary
- run:
name: "Install the built package"
command: dpkg -i /tmp/tahoe-lafs_1.20.0-1_all.deb
- run:
name: "Run our newly system-wide installed tahoe"
command: tahoe --version
- store_artifacts:
path: "/tmp/tahoe-lafs_1.20.0-1_all.deb"
path: /tmp/tahoe-lafs_1.20.0-1_all.deb
nixos:
parameters: