File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 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
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 @{
You can’t perform that action at this time.
0 commit comments