Skip to content

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

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

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

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

Process-PSModule.yml

on: pull_request
Process-PSModule  /  Test source code (pwsh, ubuntu-latest)
40s
Process-PSModule / Test source code (pwsh, ubuntu-latest)
Process-PSModule  /  Test source code (pwsh, macos-latest)
24s
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
37s
Process-PSModule / Build module
Process-PSModule  /  Lint documentation
1m 39s
Process-PSModule / Lint documentation
Process-PSModule  /  Test module (pwsh, ubuntu-latest)
46s
Process-PSModule / Test module (pwsh, ubuntu-latest)
Process-PSModule  /  Test module (pwsh, macos-latest)
32s
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
42s
Process-PSModule / Build Site
Process-PSModule  /  Test module status
22s
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' 32ms (30ms|2ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Set-Context -ID 'TestID2' -Context @{} 14ms (13ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Set-Context -ID 'TestID2' -Context @{} - Again 8ms (7ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context - Should return all contexts 11ms (10ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID '*' - Should return all contexts 5ms (5ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID 'TestID*' - Should return all contexts 6ms (5ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID '' - Should return no contexts 6ms (5ms|1ms)
Process-PSModule / Test module (pwsh, macos-latest)
[-] Get-Context -ID $null - Should return no contexts 6ms (5ms|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 15ms (13ms|2ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Set-Context -ID 'TestID1' 40ms (37ms|3ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Set-Context -ID 'TestID2' -Context @{} 39ms (37ms|2ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Set-Context -ID 'TestID2' -Context @{} - Again 11ms (9ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context - Should return all contexts 11ms (9ms|2ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID '*' - Should return all contexts 7ms (6ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID 'TestID*' - Should return all contexts 7ms (6ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID '' - Should return no contexts 7ms (6ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Get-Context -ID $null - Should return no contexts 7ms (6ms|1ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Remove-Context -ID 'AContextID' - Should remove the context 17ms (15ms|2ms)
Process-PSModule / Test module (pwsh, ubuntu-latest)
[-] Renames the context successfully 14ms (11ms|3ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Set-Context -ID 'TestID1' 24ms (21ms|2ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Set-Context -ID 'TestID2' -Context @{} 16ms (15ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Set-Context -ID 'TestID2' -Context @{} - Again 4ms (4ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Get-Context - Should return all contexts 5ms (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 (2ms|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 (2ms|0ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Remove-Context -ID 'AContextID' - Should remove the context 16ms (14ms|1ms)
Process-PSModule / Test module (pwsh, windows-latest)
[-] Renames the context successfully 7ms (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.91 KB
Linux-Test-Report
4.55 KB
Windows-CodeCoverage-Report
1.9 KB
Windows-Test-Report
4.57 KB
docs Expired
3.77 KB
github-pages Expired
611 KB
macOS-CodeCoverage-Report
1.91 KB
macOS-Test-Report
4.58 KB
module Expired
6.36 KB