Skip to content

Commit 28b3455

Browse files
authored
Update functional-test.yml
1 parent f19696d commit 28b3455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- run: npm list
8888

8989
- run: |
90-
appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
90+
appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
9191
name: Downloading prebuilt WDA
9292
9393
- name: Set up Ruby
@@ -163,7 +163,7 @@ jobs:
163163
# nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
164164
165165
- run: |
166-
appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
166+
appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
167167
name: Downloading prebuilt WDA
168168
169169
- name: Set up Ruby

0 commit comments

Comments
 (0)