We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b2ea5 commit 8dd59c9Copy full SHA for 8dd59c9
.github/workflows/tests.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Test examples ${{ matrix.folder }}
20
run: |
21
brew install xcodegen
22
+ echo "Will try to cd in $(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
23
+ set -x
24
cd "$(find . -maxdepth 1 -type d -name './${{ matrix.folder }}*' | head -n 1)"
25
echo "Currently in $(pwd)"
26
echo "ls:"
0 commit comments