Skip to content

Commit

Permalink
ci: ✅ remove WindowsPowereshell test job
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Jul 12, 2022
1 parent 3c916a6 commit 55cdcf1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ on:
workflow_dispatch:

jobs:
test_powershell:
name: WindowsPowerShell
runs-on: windows-latest
steps:
- name: Checkout Bucket
uses: actions/checkout@v2
with:
fetch-depth: 2
path: 'my_bucket'
- name: Checkout Scoop
uses: actions/checkout@v2
with:
repository: ScoopInstaller/Scoop
path: 'scoop_core'
- name: Init and Test
shell: powershell
run: |
$env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')"
.\scoop_core\test\bin\init.ps1
.\my_bucket\bin\test.ps1
# test_powershell:
# name: WindowsPowerShell
# runs-on: windows-latest
# steps:
# - name: Checkout Bucket
# uses: actions/checkout@v2
# with:
# fetch-depth: 2
# path: 'my_bucket'
# - name: Checkout Scoop
# uses: actions/checkout@v2
# with:
# repository: ScoopInstaller/Scoop
# path: 'scoop_core'
# - name: Init and Test
# shell: powershell
# run: |
# $env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')"
# .\scoop_core\test\bin\init.ps1
# .\my_bucket\bin\test.ps1
test_pwsh:
name: PowerShell
runs-on: windows-latest
Expand Down

0 comments on commit 55cdcf1

Please sign in to comment.