File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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..."
You can’t perform that action at this time.
0 commit comments