We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7398517 commit eb29290Copy full SHA for eb29290
.github/workflows/ci.yml
@@ -47,4 +47,4 @@ jobs:
47
run: |
48
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
49
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}' | sed -e "s/ Simulator$//"`
50
- xcodebuild test-without-building -scheme "$scheme" -testPlan "$test_plan" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
+ xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
0 commit comments