File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88jobs :
9- test_powershell :
10- name : WindowsPowerShell
11- runs-on : windows-latest
12- steps :
13- - name : Checkout Bucket
14- uses : actions/checkout@v2
15- with :
16- fetch-depth : 2
17- path : ' my_bucket'
18- - name : Checkout Scoop
19- uses : actions/checkout@v2
20- with :
21- repository : ScoopInstaller/Scoop
22- path : ' scoop_core'
23- - name : Init and Test
24- shell : powershell
25- run : |
26- $env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')"
27- .\scoop_core\test\bin\init.ps1
28- .\my_bucket\bin\test.ps1
9+ # test_powershell:
10+ # name: WindowsPowerShell
11+ # runs-on: windows-latest
12+ # steps:
13+ # - name: Checkout Bucket
14+ # uses: actions/checkout@v2
15+ # with:
16+ # fetch-depth: 2
17+ # path: 'my_bucket'
18+ # - name: Checkout Scoop
19+ # uses: actions/checkout@v2
20+ # with:
21+ # repository: ScoopInstaller/Scoop
22+ # path: 'scoop_core'
23+ # - name: Init and Test
24+ # shell: powershell
25+ # run: |
26+ # $env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')"
27+ # .\scoop_core\test\bin\init.ps1
28+ # .\my_bucket\bin\test.ps1
2929 test_pwsh :
3030 name : PowerShell
3131 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments