Skip to content

Commit

Permalink
exe readme + test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Dec 3, 2024
1 parent 6a65169 commit 78f5954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
4 changes: 4 additions & 0 deletions jumpcloud-ADMU/Exe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# JumpCloud ADMU EXE

The latest version of the JumpCloud admu including exe files can be found on our releases page.
[https://github.com/TheJumpCloud/jumpcloud-ADMU/releases](https://github.com/TheJumpCloud/jumpcloud-ADMU/releases)
Empty file removed jumpcloud-ADMU/Exe/jcexe.md
Empty file.
18 changes: 0 additions & 18 deletions jumpcloud-ADMU/Powershell/Tests/Build.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@ Describe "Module Validation Tests" {
$lastestModule = Find-Module -Name JumpCloud.ADMU

}
Describe 'Build EXE Tests' {

Context 'Validate EXE Files Exist and were re-generated' {

It 'gui_jcadmu.exe exists and was generated today' {
$guiPath = ("$PSScriptRoot\..\..\Exe\gui_jcadmu.exe")
(Test-Path -Path $guiPath) | Should -Be $true
$binaryFile = Get-ChildItem -Path $guiPath
[datetime]$binaryFile.LastWriteTime | Should -BeGreaterThan (Get-Date -Format "dddd MM/dd/yyyy")
}
It 'uwp_jcadmu.exe exists and was generated today' {
$uwpPath = ("$PSScriptRoot\..\..\Exe\uwp_jcadmu.exe")
(Test-Path -Path $uwpPath) | Should -Be $true
$binaryFile = Get-ChildItem -Path $uwpPath
[datetime]$binaryFile.LastWriteTime | Should -BeGreaterThan (Get-Date -Format "dddd MM/dd/yyyy")
}
} -Skip
}

Context 'Check Versioning & Signature' {
# Validate ProgressForm.ps1 ADMU version skip this test
Expand Down

0 comments on commit 78f5954

Please sign in to comment.