Skip to content

Commit

Permalink
more view files
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Aug 4, 2024
1 parent a51e1d2 commit aa670da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
python ./pylele_test.py
# for debugging, show all the files
- name: show files
run: find runs/test/
run: |
ls -R
find ./runs/test/
##############################################################
# Downloadable results from OpenLane
Expand Down

0 comments on commit aa670da

Please sign in to comment.