ci: show files installed in sbin.

This commit is contained in:
Alexandre Pujol 2025-05-25 18:28:56 +02:00
parent 3190328691
commit 00a8ea1558
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -128,6 +128,7 @@ jobs:
- name: Install integration dependencies
run: |
bash tests/requirements.sh
find /usr/sbin/ -type f
- name: Run the integration tests
run: |