We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5bec1 commit fc76812Copy full SHA for fc76812
1 file changed
.github/workflows/RunE2eTests.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Setup Appium Windows Driver
33
run: appium driver install windows
34
35
+ - name: Set APPIUM_HOST
36
+ run: echo "APPIUM_HOST=http://127.0.0.1:4724" >> $GITHUB_ENV
37
+
38
- name: Restore dependencies
39
run: dotnet restore
40
0 commit comments