replace ls by tree

This commit is contained in:
Clément DOUIN 2024-04-19 09:56:25 +02:00
parent c022e66289
commit 849deb9a20
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -35,5 +35,6 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Run app
run: |
nix build -L .#${{ matrix.target }}
nix run -L .#${{ matrix.target }} -- --version
ls result -al
tree result