feat: add list command to nix workflow
Some checks failed
/ build (push) Failing after 30s

- The nix workflow has been updated with a new command for listing directory contents.
- This change allows inspection of the /root/.nix-profile/bin directory, assisting debug and ensuring correct docker file paths.
This commit is contained in:
Harald Hoyer 2024-06-27 15:53:45 +02:00
parent 016de513df
commit 163e5420b8

View file

@ -7,6 +7,7 @@ jobs:
- name: upload image
run: |
echo $PATH
ls -al /root/.nix-profile/bin
which docker
ls -al /bin
docker status