Skip to content

Commit 1dfb4fd

Browse files
authored
Update helloworld.yaml
1 parent fe30f23 commit 1dfb4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helloworld.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ jobs:
125125
env:
126126
TOTP_SECRET: ${{ secrets.TOTP_SECRET }}
127127
run: |
128-
#Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
128+
Set-NetFirewallProfile -Profile Private -Enabled False
129129
$appiumCmd = Get-Command appium
130130
$appiumPath = $appiumCmd.Path
131-
Start-Process -Filepath "powershell.exe" -ArgumentList "-File", $appiumPath, "--log-level", "error"
131+
Start-Process -Filepath "powershell.exe" -ArgumentList "-File", $appiumPath, "--address", "127.0.0.1", "--log-level", "error"
132132
Start-Sleep -Seconds 10
133133
write-host "appium started"
134134
write-host "running ssd"

0 commit comments

Comments
 (0)