Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmiiz committed Nov 15, 2023
1 parent 6cfa3e2 commit 9bac944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/Get-ComputerInfo.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BeforeAll {
Import-Module ../../src/linuxinfo/linuxinfo.psd1 -Function Get-ComputerInfo -Verbose
../../build.ps1 -Force
}

Describe "Get-ComputerInfo" {
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Get-SystemUptime.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BeforeAll {
Import-Module ../../src/linuxinfo/linuxinfo.psd1 -Function Get-SystemUpTime -Verbose
../../build.ps1 -Force
}

Describe "Get-SystemUptime" {
Expand Down

0 comments on commit 9bac944

Please sign in to comment.