We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f666d commit 52e1353Copy full SHA for 52e1353
.github/workflows/ios.yml
@@ -33,6 +33,7 @@ jobs:
33
echo "Exit code: $?"
34
35
- name: Check for xcresult
36
+ working-directory: ios
37
run: |
38
ls -la
39
if [ -d "TestResults.xcresult" ]; then echo "Found TestResults.xcresult"; else echo "TestResults.xcresult not found"; fi
0 commit comments