Skip to content

Commit

Permalink
replace ls by tree
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 19, 2024
1 parent c022e66 commit 849deb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 849deb9

Please sign in to comment.