Skip to content

Commit ed43435

Browse files
:|
1 parent 126cff3 commit ed43435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
7171
# Build WDA using xcodebuild without signing (safe for CI)
7272
echo "Building WebDriverAgentRunner..."
73-
xcodebuild build-for-testing
74-
-project "$WDA_DIR/WebDriverAgent.xcodeproj" \
73+
xcodebuild -project "$WDA_DIR/WebDriverAgent.xcodeproj" \
7574
-scheme WebDriverAgentRunner \
7675
-destination "id=$SIMULATOR_ID" \
7776
CODE_SIGNING_ALLOWED=NO \
7877
-derivedDataPath /Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent
78+
build-for-testing
7979
8080
# Verify build output
8181
#echo "Looking for WDA build output..."

0 commit comments

Comments
 (0)