We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de050dc commit 7a6257eCopy full SHA for 7a6257e
1 file changed
.github/workflows/ios.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
xcode-version: ${{ matrix.config.xcode }}
34
- name: iOS Tests
35
+ working-directory: TestingHost
36
run: |
37
while IFS= read -r destination; do
38
echo "Testing on $destination"
0 commit comments