ci: check all bins
Some checks failed
Named workflow / test (push) Failing after 10s

This commit is contained in:
Julien Oculi 2024-01-22 13:01:33 +01:00
parent 718d443c62
commit 6161effae4

View file

@ -9,9 +9,15 @@ jobs:
runs-on: docker
steps:
- name: Check bins
- name: Check /bin
run: ls /bin
- name: Check /usr/bin
run: ls /usr/bin
- name: Check /usr/sbin
run: ls /usr/sbin
- name: Check iptable
run: ip route