Skip to content

Install ude deployable package #116

Install ude deployable package

Install ude deployable package #116

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

1 fail, 102 skipped, 4 851 pass in 22s

    5 files  1 163 suites   22s ⏱️
4 954 tests 4 851 ✅ 102 💤 1 ❌
4 956 runs  4 851 ✅ 104 💤 1 ❌

Results for commit 666d9b5.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

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

Verifying integrity of module files.Validating PS1 Script files.[functions\invoke-d365sdpinstallude.ps1] Should have UTF8 encoding failed

TestResults\TEST-FileIntegrity.Tests.xml [took 0s]
Raw output
Expected strings to be the same, but they were different.
Expected length: 4
Actual length:   7
Strings differ at index 1.
Expected: 'UTF8'
But was:  'Unknown'
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\general\FileIntegrity.Tests.ps1: line 41
41:                 Get-FileEncoding -Path $file.FullName | Should -Be 'UTF8'