We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126cff3 commit ed43435Copy full SHA for ed43435
1 file changed
.github/workflows/ios_navigation_tests.yml
@@ -70,12 +70,12 @@ jobs:
70
71
# Build WDA using xcodebuild without signing (safe for CI)
72
echo "Building WebDriverAgentRunner..."
73
- xcodebuild build-for-testing
74
- -project "$WDA_DIR/WebDriverAgent.xcodeproj" \
+ xcodebuild -project "$WDA_DIR/WebDriverAgent.xcodeproj" \
75
-scheme WebDriverAgentRunner \
76
-destination "id=$SIMULATOR_ID" \
77
CODE_SIGNING_ALLOWED=NO \
78
-derivedDataPath /Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent
+ build-for-testing
79
80
# Verify build output
81
#echo "Looking for WDA build output..."
0 commit comments