Skip to content

Commit 24fcc6a

Browse files
Revert "Poke the runner to see why it's failing"
This reverts commit 500c197.
1 parent 6e2fa94 commit 24fcc6a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: ./src/
2424
Test:
2525
needs: Build
26-
runs-on: windows-2019
26+
runs-on: windows-latest
2727
steps:
2828
- name: Checkout Repository
2929
uses: actions/checkout@v3
@@ -36,12 +36,6 @@ jobs:
3636
run: Install-Module Foil -Force
3737
- name: Install AnyPackage
3838
run: Install-Module AnyPackage -Force -AllowClobber
39-
- name: Test loading of Immutable DLL
40-
run: |
41-
[reflection.assembly]::LoadFile($(Get-ChildItem 'C:\Users\runneradmin\Documents\PowerShell\Modules\' -Recurse -Filter 'System.Collections.Immutable.dll' | Select-Object -ExpandProperty FullName)) | Format-List
42-
- name: Test Importing Module
43-
shell: pwsh
44-
run: Import-Module AnyPackage -Force -Verbose
4539
- name: Test with Pester
4640
run: |
4741
Invoke-Pester -Configuration (New-PesterConfiguration -Hashtable @{

0 commit comments

Comments
 (0)