We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89137e1 commit 63db48dCopy full SHA for 63db48d
1 file changed
.github/workflows/appium3_ios.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install Appium and deps
48
run: |
49
npm install -g appium
50
- npm ci
+ npm install --no-package-lock
51
npm run build-flutter-by-service
52
npm run build
53
@@ -61,7 +61,9 @@ jobs:
61
62
- name: Install and launch WDA on Simulator
63
64
- xcrun simctl install ${{ env.udid }} "$PREBUILT_WDA_PATH/WebDriverAgentRunner-Runner.app"
+ echo "UDID: ${{ env.udid }}"
65
+ echo "WDA path: $PREBUILT_WDA_PATH"
66
+ xcrun simctl install ${{ env.udid }} "$PREBUILT_WDA_PATH"
67
xcrun simctl launch ${{ env.udid }} "com.facebook.WebDriverAgentRunner.xctrunner"
68
69
- name: Download sample iOS app
0 commit comments