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 13b2ea5 commit 8dd59c9
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 @@ -19,6 +19,8 @@ jobs:
- name: Test examples ${{ matrix.folder }}
run: |
brew install xcodegen
echo "Will try to cd in $(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
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 8dd59c9

Please sign in to comment.