Skip to content

Commit

Permalink
More more print
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 20, 2024
1 parent 027616d commit 31702f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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
ls
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 31702f9

Please sign in to comment.