Skip to content

Commit

Permalink
More print
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 20, 2024
1 parent 8dd59c9 commit 027616d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
brew install xcodegen
echo "Will try to cd in $(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
set -x
find . -maxdepth 1 -type d -name './${{ matrix.folder }}*'
set -x
cd "$(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
echo "Currently in $(pwd)"
echo "ls:"
Expand Down

0 comments on commit 027616d

Please sign in to comment.