ci: show files installed in sbin.

This commit is contained in:
Alexandre Pujol 2025-05-25 18:28:56 +02:00
parent d575812e29
commit acc35c3bd7
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: |