Skip to content

Commit d4eb064

Browse files
:|
1 parent eb2f98d commit d4eb064

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
# Build WDA using xcodebuild without signing (safe for CI)
7272
echo "Building WebDriverAgentRunner..."
7373
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
74+
-scheme WebDriverAgentRunner \
75+
-destination "id=$SIMULATOR_ID" \
76+
-derivedDataPath "/Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent" \
77+
CODE_SIGNING_ALLOWED=NO \
78+
build-for-testing
7979
8080
# Verify build output
8181
echo "Looking for WDA build output..."

0 commit comments

Comments
 (0)