Skip to content

Commit 7635d7c

Browse files
authored
Update functional-test.yml
1 parent 7d9b180 commit 7635d7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,10 @@ jobs:
160160
npx appium driver install xcuitest@rc
161161
npx appium plugin install images@rc
162162
npx appium plugin install execute-driver@rc
163+
npx appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
163164
nohup npx appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
164165
# nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
165-
166-
- run: |
167-
npx appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
168-
name: Downloading prebuilt WDA
166+
name: Preparing driver, plugins and downloading prebuilt WDA
169167
170168
- name: Set up Ruby
171169
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)