Skip to content

Commit 55cdcf1

Browse files
committed
ci: ✅ remove WindowsPowereshell test job
ref: ScoopInstaller/Scoop#5026
1 parent 3c916a6 commit 55cdcf1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ci.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ on:
66
workflow_dispatch:
77

88
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
2929
test_pwsh:
3030
name: PowerShell
3131
runs-on: windows-latest

0 commit comments

Comments
 (0)