Skip to content

Commit 8dd59c9

Browse files
committed
More print
1 parent 13b2ea5 commit 8dd59c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Test examples ${{ matrix.folder }}
2020
run: |
2121
brew install xcodegen
22+
echo "Will try to cd in $(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
23+
set -x
2224
cd "$(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
2325
echo "Currently in $(pwd)"
2426
echo "ls:"

0 commit comments

Comments
 (0)