We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8142061 commit 7e8fd85Copy full SHA for 7e8fd85
.github/workflows/ios-appium-tests.yml
@@ -199,6 +199,7 @@ jobs:
199
APP_PATH: ${{ github.workspace }}/build/Release-iphonesimulator/axe-devtools-ios-sample-app.app
200
IOS_VERSION: ${{ env.IOS_VERSION }}
201
DEVICE_NAME: ${{ env.DEVICE_NAME }}
202
+ APPIUM_HOME: ${{ github.workspace }}/.appium
203
run: npm run test:appium2
204
continue-on-error: true
205
@@ -318,6 +319,7 @@ jobs:
318
319
320
321
322
323
run: npm run test:appium3
324
325
0 commit comments