Skip to content

Commit

Permalink
print tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lonerapier committed Aug 29, 2024
1 parent da8b1dd commit e72e472
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,13 @@ jobs:
sudo mv circom /usr/local/bin/
circom --version
- name: Run tests
run: npm run test
- name: ls
run: ls
- name: pwd
run: pwd
# - name: Run tests
# run: npm run test
- name: Print Folder Tree
uses: jaywcjlove/github-action-folder-tree@main
with:
exclude: "node_modules|dist|.git|.husky"

0 comments on commit e72e472

Please sign in to comment.