Skip to content

Commit

Permalink
Don't use BuildHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Oct 28, 2022
1 parent 312b212 commit 3020cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ jobs:
uses: actions/checkout@main
with:
repository: ScoopInstaller/Scoop
ref: fix-bucket-tests
ref: develop
path: 'scoop_core'
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v5.1
with:
modules-to-cache: BuildHelpers
shell: powershell
- name: Test Bucket
shell: powershell
run: |
Expand All @@ -43,13 +38,8 @@ jobs:
uses: actions/checkout@main
with:
repository: ScoopInstaller/Scoop
ref: fix-bucket-tests
ref: develop
path: 'scoop_core'
- name: Init Test Suite
uses: potatoqualitee/psmodulecache@v5.1
with:
modules-to-cache: BuildHelpers
shell: pwsh
- name: Test Bucket
shell: pwsh
run: |
Expand Down
1 change: 0 additions & 1 deletion bin/test.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#Requires -Version 5.1
#Requires -Modules @{ ModuleName = 'BuildHelpers'; ModuleVersion = '2.0.1' }
#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '5.2.0' }

$pesterConfig = New-PesterConfiguration -Hashtable @{
Expand Down

0 comments on commit 3020cff

Please sign in to comment.