Skip to content

Install ude deployable package #116

Install ude deployable package

Install ude deployable package #116

GitHub Actions / Individual Unit Tests Results failed Sep 15, 2024 in 0s

1 fail, 1 206 pass in 19s

1 207 tests   1 206 ✅  19s ⏱️
  468 suites      0 💤
  214 files        1 ❌

Results for commit 666d9b5.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Individual Unit Tests Results

Invoke-D365SDPInstall Unit Tests.Ensuring unchanged command signature.should have the expected parameter sets failed

TestResults\TEST-Invoke-D365SDPInstall.Tests.xml [took 0s]
Raw output
Expected @('QuickInstall', 'DevInstall', 'Manual'), but got @('QuickInstall', 'DevInstall', 'Manual', 'UDEInstall').
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\functions\Invoke-D365SDPInstall.Tests.ps1: line 11
11: 			(Get-Command Invoke-D365SDPInstall).ParameterSets.Name | Should -Be 'QuickInstall', 'DevInstall', 'Manual'