Skip to content

Process-PSModule - [🚀 [Feature]: Introduce a Context class #63] by @MariusStorhaug #330

Process-PSModule - [🚀 [Feature]: Introduce a Context class #63] by @MariusStorhaug

Process-PSModule - [🚀 [Feature]: Introduce a Context class #63] by @MariusStorhaug #330

Triggered via pull request December 7, 2024 18:13
@MariusStorhaugMariusStorhaug
synchronize #63
class
Status Failure
Total duration 4m 23s
Artifacts 9

Process-PSModule.yml

on: pull_request
Process-PSModule  /  Test source code (pwsh, ubuntu-latest)
38s
Process-PSModule / Test source code (pwsh, ubuntu-latest)
Process-PSModule  /  Test source code (pwsh, macos-latest)
23s
Process-PSModule / Test source code (pwsh, macos-latest)
Process-PSModule  /  Test source code (pwsh, windows-latest)
42s
Process-PSModule / Test source code (pwsh, windows-latest)
Process-PSModule  /  Build module
36s
Process-PSModule / Build module
Process-PSModule  /  Lint documentation
1m 45s
Process-PSModule / Lint documentation
Process-PSModule  /  Test module (pwsh, ubuntu-latest)
40s
Process-PSModule / Test module (pwsh, ubuntu-latest)
Process-PSModule  /  Test module (pwsh, macos-latest)
34s
Process-PSModule / Test module (pwsh, macos-latest)
Process-PSModule  /  Test module (pwsh, windows-latest)
1m 4s
Process-PSModule / Test module (pwsh, windows-latest)
Process-PSModule  /  Build Site
43s
Process-PSModule / Build Site
Process-PSModule  /  Test module status
24s
Process-PSModule / Test module status
Process-PSModule  /  Publish module
0s
Process-PSModule / Publish module
Process-PSModule  /  Publish documentation
0s
Process-PSModule / Publish documentation
Fit to window
Zoom out
Zoom in

Annotations

31 errors, 3 warnings, and 3 notices
Process-PSModule / Test module (pwsh, macos-latest)
[-] Set-Context -ID 'TestID1' 26ms (25ms|2ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Set-Context -ID 'TestID2' -Context @{} 8ms (7ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Set-Context -ID 'TestID2' -Context @{} - Again 11ms (10ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context - Should return all contexts 8ms (7ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID '*' - Should return all contexts 11ms (10ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID 'TestID*' - Should return all contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID '' - Should return no contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID $null - Should return no contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Remove-Context -ID 'AContextID' - Should remove the context 13ms (12ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Renames the context successfully 12ms (10ms|2ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Set-Context -ID 'TestID1' 31ms (28ms|3ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Set-Context -ID 'TestID2' -Context @{} 9ms (8ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Set-Context -ID 'TestID2' -Context @{} - Again 11ms (9ms|2ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context - Should return all contexts 7ms (6ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID '*' - Should return all contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID 'TestID*' - Should return all contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID '' - Should return no contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID $null - Should return no contexts 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Remove-Context -ID 'AContextID' - Should remove the context 13ms (11ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Renames the context successfully 10ms (8ms|3ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Set-Context -ID 'TestID1' 25ms (22ms|3ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Set-Context -ID 'TestID2' -Context @{} 6ms (5ms|1ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Set-Context -ID 'TestID2' -Context @{} - Again 5ms (4ms|1ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Get-Context - Should return all contexts 6ms (4ms|1ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Get-Context -ID '*' - Should return all contexts 3ms (2ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Get-Context -ID 'TestID*' - Should return all contexts 3ms (3ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Get-Context -ID '' - Should return no contexts 3ms (2ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Get-Context -ID $null - Should return no contexts 3ms (3ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Remove-Context -ID 'AContextID' - Should remove the context 12ms (10ms|1ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Renames the context successfully 8ms (5ms|2ms)
Process-PSModule / Test module status
Process completed with exit code 1.
Process-PSModule / Build module
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Process-PSModule / Lint documentation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Process-PSModule / Build Site
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Process-PSModule / Test source code (pwsh, macos-latest)
✅ All tests passed.
Process-PSModule / Test source code (pwsh, ubuntu-latest)
✅ All tests passed.
Process-PSModule / Test source code (pwsh, windows-latest)
✅ All tests passed.

Artifacts

Produced during runtime
Name Size
Linux-CodeCoverage-Report
1.9 KB
Linux-Test-Report
4.53 KB
Windows-CodeCoverage-Report
1.89 KB
Windows-Test-Report
4.56 KB
docs Expired
3.77 KB
github-pages Expired
611 KB
macOS-CodeCoverage-Report
1.9 KB
macOS-Test-Report
4.6 KB
module Expired
6.3 KB