Skip to content

Commit 2b9ad73

Browse files
committed
debug wihtout hidden files
1 parent 4dcf28e commit 2b9ad73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: runner.os == 'Linux'
9393
run: |
9494
echo "=== Listing Workspace ==="
95-
find $GITHUB_WORKSPACE -maxdepth 12 -type d -print
95+
find $GITHUB_WORKSPACE -maxdepth 5 -not -path '*/.*' -type d -print
9696
9797
- name: Build and install ConstraintGeometry
9898
shell: bash

0 commit comments

Comments
 (0)