Skip to content

Commit

Permalink
ci(proxy+windows): fix setting up WinRM [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#392
  • Loading branch information
dafyddj authored and myii committed Dec 21, 2021
1 parent 015a7ed commit 39cbc1b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/kitchen.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ jobs:
New-LocalUser $env:machine_user -Password $password
Add-LocalGroupMember -Group "Administrators" -Member $env:machine_user
- name: 'Set up WinRM'
run: >
Set-WSManQuickConfig -Force;
Set-WSManInstance -ResourceURI winrm/config/service
-ValueSet @{AllowUnencrypted="true"}
run: |
Set-WSManQuickConfig -Force
- name: 'Run Bundler'
run: |
ruby --version
Expand Down Expand Up @@ -88,10 +86,8 @@ jobs:
New-LocalUser $env:machine_user -Password $password
Add-LocalGroupMember -Group "Administrators" -Member $env:machine_user
- name: 'Set up WinRM'
run: >
Set-WSManQuickConfig -Force;
Set-WSManInstance -ResourceURI winrm/config/service
-ValueSet @{AllowUnencrypted="true"}
run: |
Set-WSManQuickConfig -Force
- name: 'Run Bundler'
run: |
ruby --version
Expand Down

0 comments on commit 39cbc1b

Please sign in to comment.