Commit 55cdcf1 1 parent 3c916a6 commit 55cdcf1 Copy full SHA for 55cdcf1
File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
8
8
jobs :
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
29
29
test_pwsh :
30
30
name : PowerShell
31
31
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments