Skip to content

Commit fc76812

Browse files
committed
ci: define APPIUM_HOST to change the default one. Attempt to prevent "EADDRINUSE: address already in use 127.0.0.1:4723"
1 parent 7a5bec1 commit fc76812

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/RunE2eTests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Setup Appium Windows Driver
3333
run: appium driver install windows
3434

35+
- name: Set APPIUM_HOST
36+
run: echo "APPIUM_HOST=http://127.0.0.1:4724" >> $GITHUB_ENV
37+
3538
- name: Restore dependencies
3639
run: dotnet restore
3740

0 commit comments

Comments
 (0)