Skip to content

Commit eb2f98d

Browse files
:|
1 parent ed43435 commit eb2f98d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Set up vars
6262
WDA_DIR="/tmp/WebDriverAgent"
63-
DERIVED_DATA="$HOME/Library/Developer/Xcode/DerivedData"
63+
DERIVED_DATA="/Users/runner/Library/Developer/Xcode/DerivedData/WebDriverAgent"
6464
#SIMULATOR_UDID="${{ env.UDID }}"
6565
echo "Using simulator $SIMULATOR_ID"
6666
@@ -78,13 +78,13 @@ jobs:
7878
build-for-testing
7979
8080
# Verify build output
81-
#echo "Looking for WDA build output..."
82-
#WDA_APP=$(find "$DERIVED_DATA" -type d -name "WebDriverAgentRunner-Runner.app" | head -n 1)
83-
#if [ -z "$WDA_APP" ]; then
84-
# echo "::error ::Failed to locate built WebDriverAgentRunner-Runner.app"
85-
# exit 1
86-
#fi
87-
#echo "Found built WDA app at: $WDA_APP"
81+
echo "Looking for WDA build output..."
82+
WDA_APP=$(find "$DERIVED_DATA" -type d -name "WebDriverAgentRunner-Runner.app" | head -n 1)
83+
if [ -z "$WDA_APP" ]; then
84+
echo "::error ::Failed to locate built WebDriverAgentRunner-Runner.app"
85+
exit 1
86+
fi
87+
echo "Found built WDA app at: $WDA_APP"
8888
8989
# Install app to simulator
9090
echo "Installing WDA app to simulator $SIMULATOR_ID..."

0 commit comments

Comments
 (0)