Skip to content

Commit 7e8fd85

Browse files
committed
setting appium env variable
1 parent 8142061 commit 7e8fd85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ios-appium-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
APP_PATH: ${{ github.workspace }}/build/Release-iphonesimulator/axe-devtools-ios-sample-app.app
200200
IOS_VERSION: ${{ env.IOS_VERSION }}
201201
DEVICE_NAME: ${{ env.DEVICE_NAME }}
202+
APPIUM_HOME: ${{ github.workspace }}/.appium
202203
run: npm run test:appium2
203204
continue-on-error: true
204205

@@ -318,6 +319,7 @@ jobs:
318319
APP_PATH: ${{ github.workspace }}/build/Release-iphonesimulator/axe-devtools-ios-sample-app.app
319320
IOS_VERSION: ${{ env.IOS_VERSION }}
320321
DEVICE_NAME: ${{ env.DEVICE_NAME }}
322+
APPIUM_HOME: ${{ github.workspace }}/.appium
321323
run: npm run test:appium3
322324
continue-on-error: true
323325

0 commit comments

Comments
 (0)