Skip to content

Commit 52e1353

Browse files
authored
xcresult ios workdir
1 parent 42f666d commit 52e1353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
echo "Exit code: $?"
3434
3535
- name: Check for xcresult
36+
working-directory: ios
3637
run: |
3738
ls -la
3839
if [ -d "TestResults.xcresult" ]; then echo "Found TestResults.xcresult"; else echo "TestResults.xcresult not found"; fi

0 commit comments

Comments
 (0)