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