Skip to content

Commit 7a6257e

Browse files
committed
Fix working-directory
1 parent de050dc commit 7a6257e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
xcode-version: ${{ matrix.config.xcode }}
3434
- name: iOS Tests
35+
working-directory: TestingHost
3536
run: |
3637
while IFS= read -r destination; do
3738
echo "Testing on $destination"

0 commit comments

Comments
 (0)